Page 1 of 1

Combo box mobile rendering

Posted: Fri Oct 21, 2016 9:00 pm
by dvanoni
Hi!

How can we render the combo box in mobile browser style? I mean if you try to go here http://www.w3schools.com/tags/tryit.asp ... tml_select using your mobile phone, you can select a value using the mobile browser UI. Look at these examples:

Iphone: https://drive.google.com/file/d/0B-ArfI ... sp=sharing
Android: https://drive.google.com/file/d/0B-ArfI ... sp=sharing
Windows Phone: https://drive.google.com/file/d/0B-ArfI ... sp=sharing

Thanks

Re: Combo box mobile rendering

Posted: Fri Oct 21, 2016 9:30 pm
by Stewart Marshall
There's no way at present of accessing native browser features to replace a combo.

Personal choice, but I quite like using a Popup panel that fills the screen. It gives you a chance to show additional data to help selection. So, instead of using a drop down, you could use a simple field with ShowPrompter set to true.

Sample xDemoWebPrompting has some examples

Regards