How Can I Change My Location In BAS ?

Support
  • 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() }); 
    } 
    

  • Excel errors in BAS

    Support
    0 Votes
    2 Posts
    551 Views
  • BAS Win7 latest?

    Support
    0 Votes
    2 Posts
    662 Views
  • 0 Votes
    3 Posts
    1007 Views
  • 0 Votes
    1 Posts
    646 Views
  • Changing functions order

    Support
    0 Votes
    4 Posts
    1804 Views