Hide systems buttons

2019-09-03 20:05发布

In my phone buttons located on the display. I cretae app and tested on phone. Apart from my app I see three dots. How to hide it?

Please help! enter image description here

1条回答
Viruses.
2楼-- · 2019-09-03 21:02

AIR can not hide these three dots which are back, home and task buttons that we call the on-screen navigation bar.

To do that, you can use an AIR Native Extension ( ANE ) like the AndroidFullScreen ANE.

Download the AndroidFullScreen.ane file from the same link and then add it to your AIR for Android Flash project from : File -> ActionScript Settings... -> Library Path tab and select it :

Add ANE file to an AIR for Android Flash project

Then you can use one of examples that you can download from the same page to verify if your device can hide the Android on-screen navigation bar or not, because not all mobile devices support that ( I tested 2 mobile devices and none of them has been able to do that ).

Hope that can help.

查看更多
登录 后发表回答