i love this quote: "it's not a bug, it's a feature!" :) For the first time, this is exactly the case. This scroll up goal is to hide Safari's address bar so you don't "loose" 60 pixels and got a more native-ish experience. in iui.js, line 770, you'll find this code: setTimeout(scrollTo, 100, 0, 1);
change it to setTimeout(scrollTo, 0, 1, 1); That might fix it, aka scroll 1px spit only hides the browser's toolbar. Or if you don't want that, just remove/comment that line. Remi Le 11 janv. 2013 à 12:47, runback <[email protected]> a écrit : > First: thank you everyone for your comments, especially Remi! > > I've got a problem in my html5-App; when I come into it for the first time > (or take refresh) the toolbar will scroll up so that the first (visibale) row > on the page is a li/group tag, i.e. the row that comes right after the > toolBar. Does anyone have a clue what it is I'm doing wrong or have forgotten? > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
