Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App container for loading a HTML5 site

there is a very famous app from Indeed

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 only an native container, which loads the URL: http://de.indeed.com/m/?app=2.4%2CIphone

My question is: 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? Or should I write one in Java and one in Swift so I can load the site after that?

Thanks Nik

like image 270
Mutatos Avatar asked Feb 05 '26 00:02

Mutatos


1 Answers

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 dont know the answer for this question, since phonegap is already using 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 people doing on my office :

  1. They created a responsive web.
  2. They created a native app (not hybrid), in other word : they use eclipse/xcode
  3. The native app basically is just a full screen web view

With this, they successfully employ android & iOS native apps only with web view and upload it to their respective store.

like image 78
Blaze Tama Avatar answered Feb 06 '26 13:02

Blaze Tama



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!