I have a problem with my android app. It works perfectly when I run it in the browser, but when run it in real device or emulator some pages won’t open at all or their layout is messed up. When I press the button multiple times which should open the new window and then press back-button, page opens, but layout is totally broken. Android emulator doesn’t log any errors.
Is there any common causes for this kind of behaviour?
Not working pages are not static, all of them have some data bound to layout, but as I said, no problems when used with ‘ionic serve’.