Struggling with targeting Android tablets in portrait orientation using media queries for an app I'm working on. Did some testing with and found that Chrome behaves correctly on the test page, but my app's WebView always thinks it's in landscape mode. Tried locking to portrait only, no luck. Reviewed code in WebView and AndroidManifest.xml but couldn't find any issues. Unable to locate relevant code to share. Any insights on what might be causing this issue? Looking for guidance on where to look next in debugging process.