Closed diegognt closed 8 years ago
@wf9a5m75
Thank you for refiling as another issue.
Could you share your whole project (not only www directory, but also platforms
, config.xml
, hooks
, plugins
directories also) using git repository (such as github or bitbucket)?
I start to use cordova-ios 4.x and works
Yes, the next version (actually the master branch code) supports WKWebView.
I'm engaging a russian roulette: the plugin works with WKWebview using cordova plugin add cordova-plugin-wkwebview-engine
, but it forces my ionic app remains with white background all the views except the Splash screen. If I rule the early plugin out, It works the project but the GMap plugin doesn't work. If I install another plugin cordova plugin add cordova-plugin-wkwebview
instead, It requires a 3.x versions of Cordova and It provokes the exception how @diegognt describes.
@castrojr913 did you resolve this dependency circle? It seems I'm facing the same.
I am having similar issue of that using Monaca Online for IOS, thanks in advance for your help
@xloading Yes, fortunately. Use this WKWebview plugin and upgrade cordova ios version to 4.x.x. I used 4.0.1 version in my case. Likewise, use the master version of GMap plugin. Another thing: set absolute values for width and height properties of <div>
tag which you will use for GMap. I tried with relative values and the map was not rendered. In order to fix the trouble with different iPhone ratios, you can use CSS media queries.
I am using Monaca and upgrade to the cordova ios version to 4.x.x is not an option, do we have other posible solution for this issue?
Thanks very much
@castrojr913 thanks a lot! It looks that in my case the problem was indeed related to div properties.
I am pushing the Monaca guys in order to them upgrade to Cordova 6, let's see what happens ... hopefully I found a solution in the next 45 days before the release of the app
at run
ionic run ios
I got: