Phaser game to Native android?

Hi, is there a way to turn a phaser game into a native offline android game? without using webview

Phaser is an HTML5 framework. So unless there is a pretty smart HTML5 to OpenGL converter, I seriously doubt it.
Then again, it’s not very hard to port Phaser to Haxe/OpenFL. Haxe is ECMAScript too, so if you know ActionScript/Typescript or even JavaScript, it’s easy to follow.
And using Haxe you can compile to basically any platform.