i have encountered a problem with jQuery Mobile (both 2.0 and 1.1) and the new authentication model of IBM WOrklight v5.0.0.3.
I'm using a Worklight Realm to do authentication but if i include JQM, on startup is shown a SimpleDialogBox saying that my realm has too many implementors. Removing the inclusion of JQM it work normally.
I contacted also IBM support and i'm waiting for someone that give me a workaround.
Hello, I'm developing a simple three tabs app for Android and iPhone. Every tab links to a div with data-role="page", as jQuery Mobile specifications.
I'm using jQuery Mobile as UI Framework and IBM Worklight.
If I implement the jquery fixed persistent tabbar like is explained there (http://jquerymobile.com/demos/1.2.0/docs/toolbars/footer-persist-a.html), i'm encountering some flickering on the tab item (text both images) in page transition (with any transiction effect). If I set the default transition to "none", I could resolve this problem, but I lost the transiction native-like effect.
So what is the better way to implement another navigation tabbed bar that persist?
I used as reference the default Android Contacts App.