Will it be okay to write a game in HTML and port it to Android?

Hi,

I’ve thinking of making money with an Android game (I already have one in mind).

Since I’m already much affluent with developing web apps, I wanted to jump straight into my game by writing it as an HTML canvas game and then porting it with PhoneGap or CocoonJS. The most common con of this approach is low fps. Another problem I’ve heard is getting support for other things like ads, audio, local storage, etc.

Has anyone had any first hand experience with all this?

My other option would be to learn Android app development and whatever low level graphics APIs it gives just to deploy my game. Would it be worth it?

Thank you