Hide Navigation Bar

32 views
Skip to first unread message

Dirk Krause

unread,
Mar 17, 2015, 11:00:18 AM3/17/15
to phon...@googlegroups.com
Hi,

  I see that it is possible to hide the navigation bar in Android 4.0+:
with a call like this in java:

View decorView = getWindow().getDecorView();
int uiOptions = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
              | View.SYSTEM_UI_FLAG_FULLSCREEN;
decorView.setSystemUiVisibility(uiOptions)


Is there a way to achieve this in Phonegap, specifically in build.phonegap.com?

Thanks,
  Dirk

Santhosh san

unread,
Mar 27, 2015, 1:17:07 AM3/27/15
to phon...@googlegroups.com
Hello sir, am new of the android phonegap can i possible to replace the device go button instead of next or done
Reply all
Reply to author
Forward
0 new messages