Wednesday, April 24, 2013

windows phone 8 jquery mobile localStorage.setItem Error:The system cannot find the file specified

1.error log:localStorage.setItem(key) when used in jquery mobile 1.3.x in windows phone 8

Error:The system cannot find the file specified

fixed:add lastest modernizr.js in the first javascript reference.

<script type="text/javascript" src="./js/third/modernizr/modernizr.js"></script>



ok!

No comments: