-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Make it so that non-windowed windows only have read-only items at the very top.
Statically, I believe all builds with the mobile feature enabled will require this, but we should also dynamically detect browser use on mobile platforms, too. This will solve the problem with the demo button not being clickable on Android (#1745) and will also solve the same problem with the preferences. It also will give us a place to display information that is normally in the title of the window on windowed systems.
There's a slight complication in that we already have CSS that reserves space at the top of a table window and it is based on the height of the window, using a heuristic that is likely to fail on tablets.
This issue encompasses both detection (how do we know if we're non-windowed) and implementation. The two are entangled, but if we can come up with a foolproof means of detection, that will guide our implementation, so the first part of this issue is to research detection.