jquerymobile CSS and n97 support...
Hi all,
ive been creating a mobile site for veepiz and i have fallen on a few snags.... i happened to fall on a nokia n97 and tried the website. no css was applied to the website.... and i couldnt login... after some digging i came up with this
- <script type="text/javascript">
- $(document).bind("mobileinit", function(){
- $.mobile.ajaxEnabled = false;
- $.mobile.ajaxFormsEnabled = false;
- $.mobile.ajaxLinksEnabled = false;
- });
- </script>
after applying that javascript... i could finally login. all animations r off (not a biggy) tho. ive tested the website on a few nokia browsers but can't get any to apply css. is this just me? N97.. isnt that symbian v5, so isnt it grade A and supposed to work? don't believe me, try
http://www.veepiz.com/mobile/index.php on an n97 and lemme know if the css applies