Skip to content
Advertisement

Tag: html-framework-7

Unable to preventDefault inside passive event listener

I’m using Framework7 sortable list and it works well, just that it doesn’t trigger an event when the list is changed. So I’m trying a few built-in events: .. but all I get is: Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080 Which event should I look for to get the updated

Advertisement