plugins icon indicating copy to clipboard operation
plugins copied to clipboard

geolocation plugin exception

Open dvlpr91 opened this issue 3 years ago • 1 comments
trafficstars

In the catch of 'enableLocationRequest', the reason is not formatted, so it is difficult to handle the exception.

example...

if (err == 'Location not enabled.') {
  // ...
} else if (JSON.stringify(err) === foo) {
  // ...
} else ...

What should I do?

dvlpr91 avatar Dec 02 '21 04:12 dvlpr91

I am also getting enable location request first! error in {N} 8.1 but I do call the enablelocationrequest(), app run fine before upgrading code hasn't changed

devyaz avatar Dec 13 '21 06:12 devyaz