Michael

Results 295 comments of Michael

Is your app in landscape there? Seems like the width and height are swapped, and the difference in the width is probably the navigation controls at the bottom of the...

@myflashlab Did you update the Application extension? There were some updates for API 35 around the insets.

The message "This app isn't compatible with the latest version of Android" normally implies that you are running a 32bit apk of your application on a 64bit device. Change the...

Have you added the internet permission to your manifest? ```xml ```

Have you tried a real device through a test channel on the play store or something? BrowserStack is useful but does have issues.