I’ve got a really odd bug going on at the moment, on the odd occasion (I can’t work out what forms it to happen) all the html/css falls over and goes inline on the page. Rotating the content left then back restores the content back the right way.
Yeah i’ve managed to make it happen on a Nexus 5, 6 and Galaxy S4 running various versions of Android. I did think about crosswalk, but presumably it’d still do the same as it’s happening on latest android?
your Ionic html markups are actually directives which makes your template dynamic.
When a value (direction for example) changes and has layout consequences, Angular needs to recalculate your DOM layout. I noticed as well some lag on the css applying when I have many directives in an app playing together. I never had my view not receiving the correct css, just a bit slow.
As @Sujan12 suggested check with dev tools what is causing this.