Search found 1 match
- 28 Dec 2014 17:55
- Forum: Discussions in English
- Topic: windows phone support
- Replies: 4
- Views: 5515
Re: windows phone support
In jqmobile/js/mobile_zwave.js: // to workaround problem with jQuery mobile initialization when accessed by URL with hash (#allsensors, happens after reload) if (document.baseURI != document.URL) { document.location.href = document.baseURI; return; } document.BaseURI will always be undefined in IE. ...