9

I've written some simple online games using purely HTML5 and JavaScript. Nothing fancy, no server side stuff involved, essentially each game is just a single .html (which includes javascript and css) and some .png and .jpg images.

Now, this kinda works on mobile devices as well (android/iphone/ipad) by just surfing to the particular page, but I guess a dedicated app would work better / be more convenient on these devices.

I have exactly zero experience developing for iOS or Android, so maybe this question is too complicated to fully answer right away, but:

Is it possible to create an app for Android, and similarly for iOS (iphone/ipad), based on my html page, other than basically rewriting the entire game for those particular platforms?

If yes, how do I go about this? What would be the easiest way? Is there a ton of Android / iOS knowledge required, or is there some kind of generic "conversion" that wraps my html page (+required images) into a mobile app?

1
  • Thanks guys! Both look useful, I'll start off with phonegap for now. Commented Apr 2, 2012 at 14:14

4 Answers 4

6

I guess that phonegap would perfectly fit your needs.

Hope it helps

Sign up to request clarification or add additional context in comments.

Comments

3

Appcelerator can do that. It builds native Android apps and iOS. The language is based on HTML5 and JS so I think it can help you.

http://www.appcelerator.com/

1 Comment

phonegap is slightly better in this case because it literally loads from an html page :)
2

https://cordova.apache.org

  • Mobile apps with HTML, CSS & JS

  • Target multiple platforms with one code base

  • Free and open source

Comments

1

I recommend you to use construct 2. It has better development tools for HTML5. Here is a link to construct 2 website.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.