proposals
proposals copied to clipboard
Apple Mapkit Plugin
Name: Apple Mapkit Package: @capacitor-community/apple-mapkit
Platform(s) iOS, Android
Existing Solutions None
Description: MapKit plugin to bring fully featured Apple Maps to app.
@whatoken It looks like there are a variety of Cordova plugins for Apple Mapkit. Would you be able to list them and confirm whether or not they're working for Capacitor?
Apple's MapKit JS also works pretty well, which gives you the option to use Apple Maps on both iOS and Android.
Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?
Apple's MapKit JS also works pretty well, which gives you the option to use Apple Maps on both iOS and Android.
Could you post an example to that?
Thanks
Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?
question, can you draw out native components inside of the html content in capacitor apps?
Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?
question, can you draw out native components inside of the html content in capacitor apps?
What happens is, native element is rendered underneath browser and you control visibility by setting z-index
and/or display
or visibility
. It works better than you might expect. But requires a little fiddling depending on you situation.
hmmmmm sounds interesting