-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmplat blocked by navigator.geolocation.getCurrentPosition()
#235
Comments
I ran with source code and figured out that tmplat is blocked by
I "fixed" the issue locally by disabling geolocation:
Note sure if this is related: This is the output when when running in navigator.permissions.query({'name': 'geolocation'})
.then( permission => console.log(permission) )
PermissionStatus {state: "prompt", onchange: null} Maybe using this options to
|
navigator.geolocation.getCurrentPosition()
When a template is triggered, only log of progress bar to 30% is shown and nothing happens then.
Minutes later it will creates popup notifying the template is done.
The text was updated successfully, but these errors were encountered: