Vlad Svoka

Results 77 comments of Vlad Svoka

So much to go through :) Thanks a lot for doing this!

I ran into a problem trying to reproduce this issue. I tested on 3 devices, android 9, 10 and 11 (this one on simulator) and all of them worked fine.

Hello! Pre-fetch is not same as install. It is designed to help download faster, and iOS can start it on the background, when apps are off. You may have to...

> Is this still an issue after release [2020.3619](https://github.com/coronalabs/corona/releases/tag/3619)? I think, unfortunately, it is. This needs fixing. I thing currently safe area apis only try to account for screen bezels....

Hey guys. So I made a build and trying to test this stuff... Android system ui visibility/status bar/safety insets are stupid topic, because you touch one everything crumbles. So I...

We already have apis for this: [display.getSafeAreaInsets()](http://docs.coronalabs.com/api/library/display/getSafeAreaInsets.html) And convenience APIs to make usage easier: display.safeScreenOriginX display.safeScreenOriginY display.safeActualContentWidth display.safeActualContentHeight I think everything should work at this point. Please test and tell...

Hey, @Earnes-Tg, may I ask you to run the project I provided here: https://gist.githubusercontent.com/Shchvova/28c8e067bb80555cd2db433a07bb4d95/raw/6d909ae78e75c24bc72eaee9fea4181995c4b4e6/main.lua

Yes. Here's code which retrieves insets: https://github.com/Shchvova/corona/blob/fe67e75af2a6f340123c769496990e667beaf701/platform/android/sdk/src/com/ansca/corona/NativeToJavaBridge.java#L1567-L1576 You can try without stable insets [here](https://mega.nz/file/IHZx0IIS#XMYLCAtMWSAF8c3_r3iThsm8xL6z5JBZfDIbTvCvsaU). Would you like to do some debugging? It is not that complicated how to do it,...