on 2012 Dec 11 6:59 PM
Hi,
When I create a ListBox using SAPUI5 for a WebApp (running it from my laptop) I can select multiple values from the ListBox by pressing the "CTRL" key of my keyboard.
The problem is when i run the application from the iPad: i cant press "CTRL" for selecting multiple values.
Is it possible to set the ListBox to select multiple values by simply clicking on them (without pressing CTRL).
Thanks!
Julian
Hi Julian,
sorry for the delayed reply.
The "sap.ui.commons" controls are mainly targeting desktop browsers. They are enabled to run on touch-operated tablets like iPad, but this support is limited and multiselect in a ListBox is currently a limitation.
For the best user experience on mobile/touch devices you could have a look at the new "sap.m" control library.
Regards
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andreas,
Thanks for your help.
I found a workaround: create a panel and dynamically create checkboxes inside of the panel to simulate the ListBox.
I took a look to the sap.m library, but i couldn't find much documentantion, just a demo of the things you can do (which by the way, looks amazing).
Regards,
Julian
User | Count |
---|---|
64 | |
10 | |
9 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.