Igor

Results 7 issues of Igor

Hello! I'm trying to update [extension-admob](https://github.com/HaxeExtension/extension-admob) to work with the latest version of admob sdk 20+ and get the following error: > Deprecated Gradle features were used in this build,...

Hello! If I build 64bit Android app with `target-sdk-version="30"` or 31 it crashes or shows black screen on start. The reason of this and temporary workaround are described here: https://source.android.com/devices/tech/debug/tagged-pointers...

Hey! So, some changes in SDLActivity.java made app look different, if API >= 19. Before, if app is not in fullscreen it hides status bar (top bar with time, battery,...

Updated sample to show to set background image in preloader for different targets.

Hello. ARMv7 version of the app built with hxcpp 4.3.2 crashes with the following error message: > System.err: dlopen failed: cannot locate symbol "__atomic_compare_exchange_4" referenced by "/data/app/~~sBMWrGZPZPj4nQeFuo06Pw==/air.com.pozirk.allinonesolitaire-AViWyfAWgWMm3IY3R-_lDg==/lib/arm/libApplicationMain.so"... Eveyrthing is fine...

Hello. I'm using pm2 v.5.2.2 After the following command: `pm2 start app.js -l mylog.log` I have my logs being written twice: 1. my location: `mylog.log` 2. `.pm2/logs/` location, out and...

Hello, I get this message in console when debugging for iOS: > `UIScene` lifecycle will soon be required. Failure to adopt will result in an assert in the future. Should...