[TIMOB-26428] Android: Add immersive mode support via Ti.UI.Window property "homeIndicatorAutoHidden"
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | android, navigationbar, window |
| Reporter | Joshua Quick |
| Assignee | Joshua Quick |
| Created | 2018-10-02T02:16:32.000+0000 |
| Updated | 2018-10-02T02:16:32.000+0000 |
Description
iOS currently supports
Ti.UI.Window property "homeIndicatorAutoHidden" which is used to hide the iPhone X bottom home indicator line. This home indicator can be brought back to the by the end-user by swiping up from the bottom edge of the screen.
Android has a similar feature called immersive mode. It was introduced in Android 4.4 (API Level 19). The existing Titanium "homeIndicatorAutoHidden" property should use this feature on Android.
https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_IMMERSIVE
No comments