Open koogawa opened 6 years ago
workarounds:
$drawer.drawer({
iscroll: {
preventDefault: true,
click: true,
},
});
You can disable the resize event of the drawer.
$(window).off('resize.drawer');
But it seems necessary to update this plugin as well.
@koogawa fix worked for me. Thank you
The solution suggested by @koogawa solved it for me too. But don't forget to add mouseWheel: true
to the iscroll properties, just to make sure it scrolls on desktop.
env: iOS 11.3 beta 6