You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a setting: "Nav Bar Mode" { "Auto Hide" | "Glass" | "Show" }
Nav bar mode "Glass" just means using SYSTEM_UI_FLAG_IMMERSIVE_STICKY
Add a setting: "Smart Nav Bar" { "On" | "Off" } so if the user swiped up to get the nav bar, then the nav bar disappeared 2 s later, then the user swiped up within 2 s after that, this is a "user frustration" moment. If the user has 2 "user frustration" moments with the nav bar auto-disappear code within 5 minutes, then "Smart Nav Bar" switches from "On" to "Off," and the nav bar is shown and does not auto-hide any more.
The text was updated successfully, but these errors were encountered:
davidhubbard
changed the title
Intelligent full screen
Stay Awake and Nav Bar settings
Apr 20, 2016
These settings are Android-specific. While working on Bluetooth support, these settings came up:
Always turn on Bluetooth
ACTION_REQUEST_DISCOVERABLE is blindly turned on when discovering. This can be improved by exposing the bit through to the js app and making the device DISCOVERABLE when the bluetooth settings screen is shown.
Android will not notify you when a device disappears, but you can poll it using fetchUuidsWithSdp()
davidhubbard
changed the title
Stay Awake and Nav Bar settings
Some Android-specific settings
Apr 25, 2016
The app currently blindly does this:
It would be nice to give the user control:
The text was updated successfully, but these errors were encountered: