Jeremy Thiesen
Jeremy Thiesen

Reputation: 167

Running Website Natively On Phone Apps

I have customers wanting my website in app form, but the website is responsive. I've been looking for an open source project or code to just run the website in an app or open up their default browser to direct them to it. They just want the button.

  1. Is there an open source project to make it easy to develop that code for iOS, Android, etc.
  2. Are there any issues with running a website natively? Aka, same as cross-browser issues or..?

Thanks!

Upvotes: 0

Views: 51

Answers (2)

alsaleem
alsaleem

Reputation: 387

There is Apache-Cordova at this link. It is multi-platform and free/opensource.

Upvotes: 1

argarga major
argarga major

Reputation: 11

In Android, you can use WebView.

Android WebView is a system component powered by Chrome that allows Android apps to display web content.

For more information about Android WebView, please visit the documentation

Upvotes: 0

Related Questions