There is a beta setting that was introduced some time ago to improve things on mobile:
“options”: { “mobile.mode”: false }
what is the status of this setting? Is this specific to qooxdoo?
Specifically, was interested in having comboboxes display the browser-native selection menu, instead of WiseJ rendering (easier to use).
Hi Andrew,
The “mobile.mode” option is an experimental feature of Wisej to enable the use of native OS features. Like the built-in keyboard or sliders.
You’d want to use it if you’re intending to use it to display combobox items instead of Wisej’s rendering in a mobile environment.
Best,
Alaa
Please login first to submit.