How do I save my project to Executive application for android or ios
-
if i completed my project what is second steps to save for android application
-
-
@munsterlander i can use phonegap ??
-
@memo Yes, that is pretty much the only way. Monaca wraps cordova/phonegap and makes a simple UI for it.
-
@munsterlander You Are phonegap will comply with the with all api android (4.2.1 or 4.0.1 and above) ??. Because I used webview in android studio. And Wright browser is not compatible with all device and some JavaScript Broken
-
@memo Well hybrid applications run in webview on native devices - this is just how it works. We are coding HTML, JS, and CSS so as long as it runs in the browser on the device, it should run in webview within a Phonegap / Cordova wrapped application.