Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
The game displays the position offset on the ColorOS12.1 system of oppo mobile phone.
Hello, I have a problem.
My project encountered display position offset when running on the coloros12.1 system of oppo mobile phone.
Is there any way to solve the problem?
Air SDK Version : 30.0
The black edge on the left side of the screen causes incomplete display of the game.
Have you set the max aspect ratio meta data in your manifest additions?
https://docs.airnativeextensions.com/docs/application/display/#aspect-ratios
这个问题已经解决了. This problem has been solved
在manifest中增加 Add in manifest
<meta-data android:name="android.max_aspect" android:value="2.4" /> <application android:resizeableActivity="true"> </application>