Open ohtanzcom opened 3 years ago
Mapsプラグインのバージョンを教えてもらえますか?
とりあえずですが、cordova-plugin-geolocation
とか代替プラグインを使っていただけると良いかと思います。
若干、このプラグインとの互換性に問題があるようなので、4.1.0
を使うと良い、とのことでした
https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/2844#issuecomment-741201972
Mapsプラグインのバージョンを教えてもらえますか?
cordova-plugin-googlemapsのバージョンは2.8.0です。
とりあえずですが、
cordova-plugin-geolocation
とか代替プラグインを使っていただけると良いかと思います。 若干、このプラグインとの互換性に問題があるようなので、4.1.0
を使うと良い、とのことでした #2844 (comment)
ありがとうございます。 検討してみます。
I'm submitting a ... (check one with "x")
OS: (check one with "x")
ios14以前ではgetMyLocationを使用した時、初回のパーミッション選択後に選択結果(OK or NG)が戻ってきましたが、ios14だと選択する前にNG判定となってしまいます。 この回避方法があれば教えてください。
Before ios14, when using getMyLocation, the selection result (OK or NG) was returned after the first permission selection. In ios14, the result is NG before I select it. Please let me know if there is a way around this.