Hi, there is a problem with container_autoresize on mobile, when you have long month view and want to scroll rather aggressively down or up. I made a snippet here but you need to move it into single page, so you can experience disappearing of address bar in browser and more natural scaling.
Then try to swipe really fast from bottom to up (or vice versa when you’re at the bottom), like many people do when they see a long list and they want quickly move to the end.
Expected behaviour is to scroll continuously until you reach the bottom or at least until the energy from swipe gesture is exhausted. However, the scrolling stops almost immediately. If you repeat the same swipe gesture again, it works as expected. Also if you scroll/swipe slowly/gently it works as expected.
After debugging it’s caused by container_autoresize plugin, becase it sets scrollTop during the scrolling. Could you please verify and suggest solution or workaround?
The issue is easiest reproducible on Iphone and Chrome (works on Android), sometimes on Safari, but can be also reproduced on Android and Firefox.
Another detail - when scrolling, the scheduler is firing resize event, so it sounds to me that this problem is caused by address bar that is (dis)appearing.
After more debuging another issue comes from dhtmlxscheduler.js because it should not run this code in month view.
Please let me know if you need more info.
I believe this post is about the same issue