curious display on tablet and phone - Forum

Forum Navigation
You need to log in to create posts and topics.

curious display on tablet and phone

Hi @luishp I have 2 listbox on my app, the second one is populated according to the selection of the first one.
On computer the first listbox is filled as soon as the page is displayed, the second LB after selected the first one.
On a tablet it is empty, we only see a small arrow corresponding to the scrollbar, and it is only by touching the listbox that we see the list appear and this outside its perimeter. It is the same for the second listbox ???

when you touch down the screen on mobile or tablet it causes the page to reload. How to prevent this behavior, this is true for all visualneo apps?

 

Uploaded files:
  • You need to login to have access to uploads.

@phil78 when you use ListBox and ComboBox the default web browser component for those objects is displayed.
I mean, each web browser decides how to show them.

thank you @luishp, that mean this is not the best components... Have you had time to work on treeview ?

And what about my second question ?

Regards

Have you had time to work on treeview ?

@phil78 no sorry, I'm prioritizing other developments.

And what about my second question ?

Please check this:
https://stackoverflow.com/questions/36212722/how-to-prevent-pull-down-to-refresh-of-mobile-chrome

Regards.

 

thank you @luishp

body {
    overscroll-behavior: none 
}

seems OK for me although the instruction is crossed out in the style tab