Is it possible to use native widgets mixed in with OpenGL ? I ask because I did not see any examples of this..
My goal is to have an application and provide the frame in native widgets (tabbed menu, buttons, toolbars, list boxes, etc.). .. For example a tabbed interface, from there users can tab over to a map page etc, and so forth.. Im looking for a class like this (
http://developer.anscamobile.com/content/native-ui)
I saw the button class in the samples, but this requires definition of a button... and it not a native widget.. Any suggestions.
Comments
Currently not possible. It's possible to use native UIKit elements on iOS through plugins but not yet on Android.