Firstly, thanks for the plugin it works great!
Is it possible to put the MKMapView under the webview, such as how cordova-plugin-googlemaps (https://github.com/mapsplugin/cordova-plugin-googlemaps) do it? most part of the webview will be transparent to allow the MKMapView to be displayed but this way we can overlay html elements such as menus if we wanted to.
Not sure if this is possible in iOS, found several cordova plugins for MapKit but so far none are doing this, there must be a reason or simply impossible?
Thanks!