91DarioDev/iplogger

BUG WITH GEOX

Closed this issue · 2 comments

There is a bug with GEOX (getLocation)

put in the link together with the redirect neither works
doesn't work in every browser

in some browser it works while in others it doesn't.

basically the redirection should start after the user press ok to share the location but actually scenarios where the pop up is not shown are not handled and maybe handling them could fix it.
the are the lines that should be fixed

if (navigator.geolocation) {

i'll look into it as i can

fixed with the last two commits. reopen an issue in case of other problems