I just noticed that IOS wont trigger any js event in a browser, while the screen is moving. I have a page with a menu that will open when the hamburguer icon is touched. Is there a way to trigger the event while scrolling?
$('.gnav-toggle').click(function () {
$(this).toggleClass('is-active');
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…