Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    you have removed the default css that sets the cursor to a pointer:

    .collapseomatic {
    	background-image: url('images/arrow-down.png');
    	background-repeat: no-repeat;
    	padding: 0 0 10px 16px;
    	cursor: pointer;
    }

    Believe it or not, cursor: pointer; is required to tell IOS that it’s something ‘clickable’.

    Let us know if that resolves your issue.

    Thread Starter nergizing

    (@nergizing)

    Fixed! Thanks so much!!

    Plugin Author Baden

    (@baden03)

    Glad we could help. We’ll go ahead and mark the issue as resolved.
    If you are pleased with the plugin or its support, consider leaving a review!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trigger Not Working on iPhone’ is closed to new replies.