ios - Framework7 modal-overlay tap on iPad calls preventScrolling instead of handleClick -


i using framework7 inside of react our view layer. can popover open , close fine when viewing app in chrome. however, on ipad cannot seem close modal popover tapping on mask. after debugging, appears line of code within chrome handleclicks ends getting called close modal should. chromemasktap

however, same exact line of code when debugging on ipad shows preventscrolling listener instead of handleclicks. ideas on why occuring or might missing?

it turns out issue on end. using framework7 custom build process , not including fast-clicks module. once added custom build process fixed issue. sorry waste everyone's time!


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -