Skip to main content
Inspiring
October 13, 2011
Answered

Android taskbar question

  • October 13, 2011
  • 1 reply
  • 502 views

Hi All

I am currently building an app on an android tablet. My app is fullscreen. i have noticed that the task bar icons back, home etc turn into dots when my app plays fullscreen on the tablet. Is there a way of stopping that behaviour so that the icons are always shown???

regards Mike

This topic has been closed for replies.
Correct answer Chris W. Griffith

Mike-

I think that is something is handled down at the OS level. If you do not enable full screen mode, the icon remain as icons. But if you enable AIR's full screen mode, you will get the dots. I think the idea is to suppress their appearance, as not to distract.

Chris

1 reply

Chris W. Griffith
Community Expert
Chris W. GriffithCommunity ExpertCorrect answer
Community Expert
October 13, 2011

Mike-

I think that is something is handled down at the OS level. If you do not enable full screen mode, the icon remain as icons. But if you enable AIR's full screen mode, you will get the dots. I think the idea is to suppress their appearance, as not to distract.

Chris

bishopxAuthor
Inspiring
October 14, 2011

Hi Chris

I had a feeling that was not possible but always good to ask.

regards Mike