Skip to content Skip to sidebar Skip to footer

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:

  1. $ cordova create myProject
  2. Open config.xml
  3. Change index.html to http://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.

https://youtu.be/LzlNP9nS6fo?t=11m1s

Here is a link to the code.

http://bitly.com/1wZTLxK

Post a Comment for "Android And Ios Mobile App That Points To Web App Url"