Hide systems buttons

天涯浪子 提交于 2019-12-12 03:19:53

问题


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!


回答1:


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 :

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.



来源:https://stackoverflow.com/questions/28148192/hide-systems-buttons

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!