jdx2015 Posted October 14, 2015 Share Posted October 14, 2015 Help! I'm new to game development and new to Phaser. I'm trying to use the webview+ plugin for iOS (https://github.com/ludei/webview-plus-ios) and Cordova (version 3.5) to compile my game into a mobile app. I'm pulling the plugin into my Xcode project, but it always seems to default to the system webview instead of the wkwebview. I know I can use the Cocoonjs cloud compiler, but I really need the full Xcode project (this is a work project). Has anyone gotten this plugin to work in their Cordova project? If so, what version of Cordova were you using? Link to comment Share on other sites More sharing options...
MichaelD Posted October 15, 2015 Share Posted October 15, 2015 Have you added the plugin as a plugin to the cordova? with plugman or something? Like for example:cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git Link to comment Share on other sites More sharing options...
jdx2015 Posted October 15, 2015 Author Share Posted October 15, 2015 Yes, I added it using: cordova plugin add com.ludei.ios.webview.plus -d Link to comment Share on other sites More sharing options...
Recommended Posts