dewalex

Results 13 comments of dewalex

...thinking more about the issue of locked screens and users switching to other apps, does anyone have any experience with making Shiny apps standalone apps? https://stackoverflow.com/questions/33513544/deploying-r-shiny-app-as-a-standalone-application That seems like it...

To obtain the device's GPS location, you can use this javascript. ``` $(document).ready(function () { function getLocation(callback){ var options = { enableHighAccuracy: true, timeout: 5000, maximumAge: 0 }; navigator.geolocation.getCurrentPosition( onSuccess,...

Hi, have you found a solution for this? I have popups in my app that need to be closed programmatically and can't put them on an F7Sheet because there is...