
Hello All,
I am working on Dynamics 365 UUI. I have bound HTML Web Resources on Opportunity Form Section. As we know that section has 40 rows width limit. But my HTML Web Resources have 50 rows with HTML controls. Earlier I was facing the issue of scroll bouncing on IOS Mobile Phone and IOS IPad. I have fixed this issue. BUT I am facing one issue on iPhone and IPad that scrolling is not working smoothly when we scroll down. HTML Web Resource is stuck for 1-2 second, and after waiting 5 seconds, When we scroll the HTML page, It is scrolling down properly. How to avoid that delay or stuck in IOS Mobile and IPad.
This HTML Page is working on Andriod Mobile App properly.
I am using below CSS
height: 100%;
width: 100%;
overflow: auto;
position: sticky;
position: -webkit-sticky;
-webkit-overflow-scrolling: touch;
Thanks in advance
Shrikant
shri.bhongade@gmail.com
*This post is locked for comments
I have the same question (0)Hello Shrikant!
Do you have any other javascript that could take a long time to load (maybe loading entities/data?)? That might cause it to be stuck and then work again? I would also recommend testing it with an android phone also, do you have the same problem there?