#PRIM_WEB.Page

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

#PRIM_WEB.Page

Post by soa »

I have a webpage component in a PopupPanel. When I execute the code in a browser the page is rendered and scrollbars are added as the page will not fit in the user. When the same code is executed on an iPad no scroll bars are displayed. This makes the popup unusable.

Any ideas?
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

Re: #PRIM_WEB.Page

Post by soa »

Just to clarify - I don't expect scrollbars - only to be able to access those parts of the page cut off by the component frame by touch.
User avatar
Stewart Marshall
Posts: 417
Joined: Thu Nov 05, 2015 5:25 pm

Re: #PRIM_WEB.Page

Post by Stewart Marshall »

Hi Jim

This is an odd one and appears to be specific to Safari or perhaps just the iPhone/iPad

I can use touch on my desktop screen to scroll an embedded page in Chrome, Edge, IE and FireFox, but my iPhone with Safari scrolls the whole page.

Gotta love browser differences.

Please report it to you regional helpdesk.

Regards
Stewart Marshall

Independent IT Consultant
www.marshallfloyd.com.au
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

Re: #PRIM_WEB.Page

Post by soa »

Thanks for looking, I have submitted a support request.
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

Re: #PRIM_WEB.Page

Post by soa »

Stewart

I found this discussion in good old google.

https://css-tricks.com/forums/topic/scr ... e-on-ipad/

Does this make sense?

try to add CSS3 property [ -webkit-overflow-scrolling:touch; overflow:auto;] to the parent container. Worked fine!
Post Reply