javascript - Setting mock location from Cordova Android -
is there way set mock location coordinates cordova? perhaps there plugin this?
i developed app needed mock location, , lot of testing using localhost in iis before testing on device or emulator.
- global variable _testlocalhost = true
- i have function called isrunninglocalhost() , check anytime if need mock data. have use similar technique when testing on published apps.
Comments
Post a Comment