Android And Ios Mobile App That Points To Web App Url
Goal Let's say I have a fully responsive web app that's hosted at, say, http://example.com. Now, I want to build a mobile app for Android and iOS that just points to my web app. i.
Solution 1:
Summary from comments:
$ cordova create myProject
- Open
config.xml
- Change
index.html
tohttp://www.example.com
Here is the Cordova documentation.
Also, note that to use the CLI you must first install the SDKs for your target platforms. Click here for the platform guides documentation.
Breaking news: This doesn't work.
Solution 2:
Here is a good video that explains how to do this by going into Android SDK and doing everything manually.
Post a Comment for "Android And Ios Mobile App That Points To Web App Url"