So I've been playing around with different export settings for my mobile game, and I do see that an HTML export always performs way better than Cordova, even when packaged into an app by the same service. The HTML export only has two dealbreakers: Back button exits the game and status bar shows. Apart from that it's better in every single way.
Is there any code that can be written that enables these two features while completely ignoring the Cordova export?
I'm planning on showing a demo to people at PAX West and I don't want the game to be slugging down to 45 fps when it really doesn't have to.
Thanks