I am currently utilizing Framework7 and Cordova wrapper for my IOS application and I am facing an issue with the dragging effect in my content.
Even after attempting to disable the pull-to-refresh effect from the Cordova side, the content remains draggable and returns to its original position upon release.
The following solutions have not yielded the expected results:
<preference name="DisallowOverscroll" value="true" />
<preference name="UIWebViewBounce" value="false" />
Although my app is not refreshing when dragged down, it seems that this issue is unrelated to the pull-to-refresh feature. I need to ensure that only scrolling functions when content is dragged.