My application perfectly works on other platforms and Blackberry 9900, and also emulators including Blackberry 9360. But when it comes to this particular device, some icons are not clickable, radio buttons does not change on click, etc. It behaves pretty strange. I was wondering did anyone tested on this device particularly, and is the problem maybe in the WebKit browser support of HTML5 or else?
I need to implement a left-sided-menu in my app for tablet version. I tried to use Panel.
I added into each HTML file a <div data-role="panel" id="panelDiv"></div> at the top of the page.
I made panelMenu.html with a ul li.
In js file in section for HTML page I put $('#panelDiv').load('panelMenu.html');
on that SomePage.html I got nothing..if I exclude data-role="panel", the 'panelMenu.html' loads but it looks like it is missing css and links to other pages does not work. Basically, it loads 'panelMenu.html' as plain text.
What seems to be the problem?Please help it is quite urgent :(