Application container for loading HTML5 website

there is a very famous application from really

https://play.google.com/store/apps/details?id=com.indeed.android.jobsearch&hl=de https://itunes.apple.com/us/app/job-search/id309735670?mt=8

For both OS, the app is just a native container that loads the url: http://de.indeed.com/m/?app=2.4%2CIphone

My question is, is there some framework like Phonegap or something else where I can create just a container for both OS and load my HTML5 site into it? Or should I write one in Java and one in Swift to load the site afterwards?

Thanks Nik

+3


source to share


1 answer


Is there some framework like Phonegap oder something else, where I can create for both OS only the container and load my HTML5 site in it?

      

I don't know the answer to this question as the phone already uses HTML 5 as its programming language.

should I write one in Java and one in Swift so I can load the site after that?

      



This is what I know should work. This is what the people in my office do:

  • They have created a flexible network.
  • They created their own app (not a hybrid ), in other words: they use Eclipse / Xcode
  • The native app is basically a full screen webview

That being said, they successfully use native Android and iOS apps with web view only and upload them to the appropriate store.

+1


source







All Articles