Question

So what I want to do is, "develop" an app where it main purpose is just to open a website. I need that on android and ios. Is there an online website to do just that?

I jused to know a website, where you could develop for various platforms (PHP, Java, Object C for iOs) and even test your code online.

Somehow I can't find it anywhere. Thank in advance if you can either show me the website again or find me a new website to do just that.

Regards!

Update: Found the website: http://www.programmr.com/

No correct solution

OTHER TIPS

I think you're referencing PhoneGap.

PhoneGap allows you to build native applications using HTML/CSS/JS for all mobile operating systems.

If all you want is for your iPhone App and Android App to open up a website "inside" of the application, you will want to use a webView. This will allow you to have your application listed on the iOS App Marketplace and the Android Google Play Store.

EDIT: This will definitely work on Android. You must get pass Apples app approval process to get on iOS of course.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top