pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

PhoneGap integration and hash listening (Make checkOrientAndLocation optional) #306

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hash listening is not required when running a iui page in PhoneGap, since it is 
not a full browser and does not have back/forward controls.

Make checkOrientAndLocation optional. Orientation is already checked by another 
listener, and hash listening is not necessary for installed apps.
Android's back button is normally handled as a PhoneGap listener, which is also 
required since iui has its own history stack (see Issue #305).

Original issue reported on code.google.com by san0f...@gmail.com on 28 Sep 2011 at 1:59

GoogleCodeExporter commented 8 years ago

Original comment by msgilli...@gmail.com on 9 Jan 2012 at 7:00