PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB22 table on a tablet / ipad
WB22 table on a tablet / ipad
Iniciado por guest, 25,jul. 2017 13:29 - 6 respuestas
Publicado el 25,julio 2017 - 13:29
Hey

I have a website made in wd22. On a page there is a table. This table is:
- Ajax table
- Unlimited rows / all in browser cache
- content by programming
- about 500 rows

when i select a row on a tablet i takes 5 a 6 seconds to show the selection bar
when i select a row on a iPad i takes 2 a 3 seconds to show the selection bar

there is noting in the display event of the table.
Why does this take so long??


TIA
Jan
Publicado el 25,julio 2017 - 14:30
Hi,

Maybe not put all in browser cash?

regards
Allard
Publicado el 25,julio 2017 - 15:06
Hi Allard

When you choose unlimited rows then the option put all in cash is automatic selected and not changeable.
When i uncheck unlimited rows the scrolling on tablet and ipad is very slow

Why is the response off selecting a row so slow??


Jan
Publicado el 25,julio 2017 - 16:12
Hi,

Hmm I donot know. I have a table witch can have a view thousand rows and it is verry fast.

Is this the case on a tablet onley or the same on regular browser?

Regards

Allard
Publicado el 25,julio 2017 - 16:15
Hi,

Only tablet and ipad
The scrolling is fine, but selecting a row is slow:rp:
Publicado el 30,julio 2017 - 18:24
Hi Jan

Interesting. With limited rows as opposed to unlimited I get no scroll bar on iOS. Do you get a vertical scroll bar in a table on iOS if you limit the number of rows in the table?

Cheers
André
Publicado el 31,julio 2017 - 08:51
Hi,

Maybe it is something in your selection code that is slowing things down. Try the same table with no code in the on selection block of the table control, this to see if the problem is with the filling or pure with the selection.

Danny