(First of all, sorry for my bad english, lol)
Y run my app in the browser in a ios responsive form, but as can you see, the app is “taking” an android design, instead an ios design. When i reload the page, the app take the correct design.
How can i resolve this issue?
That’s normal. Ionic detects the platform (Android or iOS) when the app starts. If you change it using the Chrome Developer Tools you do need to reload the app for the change to be detected.
On a real device obviously the platform can never change, it’s always Android or always iOS.
1 Like
thanks
i’m going to test on a device then