You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'IsGpsLocationEnabled' is not working.
But if I install cordova-request-location -accuracy-plugin too, it works well.
However if I add cordova-plugin-fcm, I get build failed err. Following is my err that I have.
Execution failed for task ':app:processDebugGoogleServices'.
---how to use IsGpsLocationEnabled() without cordova-request-location -accuracy-plugin? Or how to succeed building with cordova-request-location -accuracy-plugin?
Corova android platform is latest
The text was updated successfully, but these errors were encountered:
'IsGpsLocationEnabled' is not working.
But if I install cordova-request-location -accuracy-plugin too, it works well.
The code of the two plugins is independent, so the presence of one cannot influence the outcome of the other.
Please try building and running the example project for this plugin to confirm this and that IsGpsLocationEnabled() is actually working fine with cordova-android@7.1.0.
how to use IsGpsLocationEnabled() without cordova-request-location -accuracy-plugin? Or how to succeed building with cordova-request-location -accuracy-plugin?
'IsGpsLocationEnabled' is not working.
But if I install cordova-request-location -accuracy-plugin too, it works well.
However if I add cordova-plugin-fcm, I get build failed err. Following is my err that I have.
Execution failed for task ':app:processDebugGoogleServices'.
---how to use IsGpsLocationEnabled() without cordova-request-location -accuracy-plugin? Or how to succeed building with cordova-request-location -accuracy-plugin?
Corova android platform is latest
The text was updated successfully, but these errors were encountered: