I am having issues getting a jQuery mobile application working on a device running the Access Netfront 4.1 browser. Currently I am testing on a Kyocera Duramax device.
Has anyone had luck getting a jQuery mobile site to work on this device/browser?
On the jQuery include line:
<script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"></script>
I get the following error:
JS: Cannot convert null to Object
Any suggestions?
EDIT: I resolved the cannot convert to null error by using the non-minified version instead. However I am still receiving a jQuery/$ is not defined error.