css - iOS webview apps doesn't seem to respect orientation:landscape media queries -
Creating original CSS / html / js webapp and packaging it in Android / iOS webapp. During development it has worked flawlessly on my Android and shrinks under the crazy size of Chrome in the mobile emulator, which you can imagine, so I thought that my media queries were just fine. I do not have access to the iOS device to test with, but I thought the Chrome emulator would be at least adequate to write CSS.
Only now I am able to test it on the real iPhone and iPad and it is not exactly looking right. It appears that this is completely ignoring my media queries which use orientation: landscape and Google is not helping a lot in finding answers. Is this scenario a way to use questions, or do I have to get more specific ways to target each device with my questions?
The media I'm using here is pixel values, not according to the device size, but according to the app, the app starts to look weird.
Comments
Post a Comment