Advanced click popup doesnt work on mobile
-
Not sure of the exact code you’re using for:
Advanced->Action on popup content click -> redirect to page.It doesn’t work on android google chrome s20. (Assuming its only responding to click event, not touch event) Instead I added the custom js code, so clicking the image popup properly redirects to page:
document.getElementsByClassName(‘sg-popup-builder-content’)[0].onclick = function () {
window.location=’https://www.olfschool.net/academics/summer-school-and-camp/’;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Advanced click popup doesnt work on mobile’ is closed to new replies.