java - Add plugin to a PlayN project -
Is it possible to display an HTML page in a PlayName game?
More commonly, is it possible to add a plugin (native iOS code) to the iOS Build of a Plane Project? (Hair browser, accelerometer, ..), similar to phonegap?
Thank you for your help. In principle, yes you have to define the API in the plane and implement them for implementation code for each platform.
Implementation in Android should be easy, because you use Java for Android, but for iOS, you have to consider that mono touch for compilation of native to plain Java I think they support
WebView so you can go with it, obviously the simplest implementation is html5 gwt.
Comments
Post a Comment