Ionic firefox browser

Hi,

I’ve got a different behaviour between chrome and firefox for a web only app:

The platform.ready() event in chrome is triggered before any view is rendered, while in firefox this is done after the first view is already loaded (event ionViewDidEnter() executed).

Is this a bug or I can’t rely on the fact that platform.ready() is executed before any rendering?