This may be due to the file being used by two projects at the same time.
In any case, I would like to ask you to attach the file and the projects so that I can look into your problem. You can attach the files here or in a private message on the forum.
How Can I Change My Location In BAS ?
-
Hi, i wanna change my location with Devtools sensor but i don't know how to do this. I found i javascript code but I'm not sure it works and i wanna enable location permission always. Can you help me ?
Javascript code :
navigator.geolocation.getCurrentPosition = function(success, failure) { success({ coords: { latitude: 30, longitude: 105, }, timestamp: Date.now() }); }