I'm not too savvy with higher level programming required to make an app for The Play or App Store.
However, I did have a thought ,would it be possible to create a generic 'wrapper' app that would simply be an iframe containing the embedded HTML5 client. BYOND could then charge $X for a personalised wrapper that links to the embedded game of choice.
Would this be a suitable way for BYOND to get a presence on mobile devices without a specific client for the devices.
ID:1786413
Feb 15 2015, 7:45 am
|
|
Feb 15 2015, 10:47 am
|
|
http://www.techrepublic.com/blog/software-engineer/ embedding-html-in-your-android-apps/
|
Webclient games already somewhat work on phone browsers. It shouldn't be any worse to have an app do the same thing.
|
That'd be easy on iOS all you'd need to do is drop in a UIWebView and load the page you want in it. At some point I want to do that and create a native touch controller where it'll call the javascript functions for moving around instead of having to use the controller that's off to the side of the game view.
|