Open dvlpr91 opened 2 years ago
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?
In the catch of 'enableLocationRequest', the reason is not formatted, so it is difficult to handle the exception.
example...
What should I do?