javascript-mobile-desktop-geolocation icon indicating copy to clipboard operation
javascript-mobile-desktop-geolocation copied to clipboard

simulation doesn't work

Open upadrian opened this issue 8 years ago • 0 comments

the condition on line 111 of geoPosition.js: if ( ( typeof(geoPositionSimulator)!=u ) && (geoPositionSimulator.length > 0 ) ){

fails. In my case, removing "&& (geoPositionSimulator.length > 0 )" and works fine.

upadrian avatar Dec 07 '16 16:12 upadrian