Hi,
I am getting scrolling issue on apple device(iPhone,iPad). However, it working fine on Android device.
1- We have created a web resource in Dynamics 365 and check enable for tablet and try to check in dynamics 365 application
2- It working fine on web and android. But in apple device it doesn't scroll horizontally or vertically.
We also try to add css for page but it doesn't work.
Below code I apply in css
body{
padding-bottom: 50px; overflow:auto;
}
#tableAlerts_wrapper,
#tableAlerts2_wrapper{
overflow: auto;
}
Version: MS Dynamics 365, v9.0
Please suggest