Hi there. As the question states, JQM ajax functions dont seem to be working in BB OS5. Is this expected behavior? In this link: http://jquerymobile.com/gbs/, it simply says no ajax navigation features.
I am trying to read in an xml file using this chunk of code. I do not get the alert within the ajax function:
Hi everyone. I have been trying to get JQM to work with a sample app I am making. It works find using the TinyHippos Ripple web emulator. However, upon testing with actual BB simulators, JQM simply does not render.
For OS5 based devices, the data in my app shows, except the JQM part is not rendered. In OS6 devices, nothing gets rendered. I am left with a white screen only!
- run bbwp to make a cod file like so in the cmd: C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager>bbwp.exe"D:\blackberry\jQueryMobile.zip" /s /o "D:\blackberry\compiles"
- open a bb simulator and click on 'File' menu and select 'Load from Java file'.
- navigate to your folder (in this case it is: D:\blackberry\compiles\StandardInstall) and select the .cod file.
- now open the application (should be in menu or in 'downloads' folder)
As you may see the application is not running. I really wanted to use JQM for my mobile development but so far it seems like a no go. Any help is appreciated!