>> what about Android and it's 480x800 screen size > Again, it is a hybrid app and not a web app. If I decide to target > the different screen size, I would need to write an app for Android. > It would be a simple thing to change the CSS to fit the screen size if > I decided to do this although at the moment, I don't have plans for > this.
So you'll have to create a CSS for all screen size … which will be a huge loose of time :-S It specially sounds a pity since all "super smartphone" supports HTML5 out of the box so there is no need to... > >> iPhone in landscape? > No landscape in this app. Too bad … why not ? > >> BlackBerrys? > Same as for Android. That's the main purpose of a webapp instead of a native app: behind accessible on all platform without any modifications... > > Do you know how to solve the problem of a 500 page book and the > navigation between the pages without a navigation bar and using the > standard back/foward buttons of a browser while using one of these > frameworks? With some tweaking here and there, with iUI, yes :-) I'm back from the bars, drunk, and it tooks me 20min to do this: http://www.remi-grumeau.com/labs/iui/book.php i've just 1)add a "page" CSS class with the following body > *.page { top: 0px; } 2) delete the toolbar div The only thing you need to do is to figure out how to do backward animation like the back button do (which should be pretty easier than recreate the whole transition things). After that, a simple link per page (same HTML/PHP file that dynamically loads contents from an ID) and some CSS styles should do the rest... -- 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]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
