Popups introduced in jqm1.2 have positioning problems on iPad in Home Screen mode. Opening the same page in normal Safari has popups working fine. Looks like positioning calculations need to take into account for a different environment in this mode. Any ideas for workarounds? Note: You have to add the page concerned to your Home Screen and launch from the shortcut to see the issue
Although the 2 above click handlers look identical, the second one crashes the app. For now it looks like the length of the variable causes the problem. Any ideas?
There does not seem to be any consensus on how exactly to deal with the need to pass parameters to a 'page' in an app. I was hoping that in an dynamically generated unordered list, representing a master-detail relationship, I would be able to generate links for each detail page of the form: #detail-page?id=someId Intercepting the call to pagebeforeshow for detail-page would then allow population of that page using the Id value. Is this expectation incorrect? Any response would be appreciated. Thanks.