Hi guys,
I find that when I use an iPad I want to see less rows in a Browse, like only 5 where as on a desktop with a mouse I'd rather see 15 rows.
So I do the following:
if instring('IPAD',UPPER(p_web._UserAgent),1,1)
p_web.ssv('PageRows',5)
.
The question I have is simple, what other things must I check, ie I don't know what other devices act the same. Can anybody please post here a list of tablet things?
Thanks
Charl