I\'m working on Phonegap app for Android and iOS. Most of the stuff works pretty well but I\'m experiencing a problem with tag. It\'s enhanced wi
Make sure your div page is not inside another div. It should look like:
div
...
NOT like this:
... ... ...
I had exactly the same problem using a select with data-native-menu="true" and all worked fine once I removed that extra div.
select
data-native-menu="true"