capacitor-community / proposals

Plugin and platform requests ✋
74 stars 2 forks source link

Apple Mapkit Plugin #63

Open whatoken opened 4 years ago

whatoken commented 4 years ago

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.

imhoffd commented 4 years ago

@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?

webeditors commented 4 years ago

Apple's MapKit JS also works pretty well, which gives you the option to use Apple Maps on both iOS and Android.

DaSchTour commented 2 years ago

Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?

betim commented 1 year ago

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

0Charliecat commented 1 year ago

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?

betim commented 1 year ago

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.

0Charliecat commented 1 year ago

hmmmmm sounds interesting