1

I have a website that has a mobile view. I'd like to create an android apk that simply just loads the website when you open the app.

Is this possible (and relatively easy) utilizing Ionic or Cordova?

DigitalDisaster
  • 467
  • 3
  • 10
  • 25

2 Answers2

4

Or, you can use inappbrowser. It's a browser inside of your app. You can even customize it not to display adress bars etc

http://ngcordova.com/docs/plugins/inAppBrowser/

https://github.com/apache/cordova-plugin-inappbrowser

This is a nice example of usage

https://www.thepolyglotdeveloper.com/2014/07/launch-external-urls-ionicframework/

Marko
  • 917
  • 9
  • 14
2

Yes, it's simple and straight forward. You can just put the link to your website inside an iframe and you're done. Take a look here for more info.

Community
  • 1
  • 1
Nikola
  • 14,888
  • 21
  • 101
  • 165