i'm almost sure there's no way to do this in c++ alone in android, at least not by having a browser view you'll always need some java code to interface between the 2 parts of the application. another possibility woudl be to wrap some browser library like CEF in OF and run the js app from there but it seems pretty overkill for a mobile app
↧