Open patrickbluth-breathesuite opened 1 year ago
CHECKLIST
[x] I have read the issue reporting guidelines
[x] I confirm this is a suspected bug or issue that will affect other users
[x] I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
[x] I have read the documentation thoroughly and it does not help solve my issue.
[x] I have checked that no similar issues (open or closed) already exist.
Current behavior:
isRequestingPermission()
Expected behavior: While the location permission dialog is open, isRequestingPermission() should return true
Steps to reproduce:
if(platform === "android" || platform === "ios") { setInterval(() => { console.log(cordova.plugins.diagnostic.isRequestingPermission()); }, 1000) //...
true
false
Screenshots
Environment information
Runtime issue
Android build issue:
Bug report
CHECKLIST
[x] I have read the issue reporting guidelines
[x] I confirm this is a suspected bug or issue that will affect other users
[x] I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
[x] I have read the documentation thoroughly and it does not help solve my issue.
[x] I have checked that no similar issues (open or closed) already exist.
Current behavior:
isRequestingPermission()
Expected behavior: While the location permission dialog is open,
isRequestingPermission()
should return trueSteps to reproduce:
true
is loggedfalse
is still loggedScreenshots
Environment information
Runtime issue
Android build issue: