-
Notifications
You must be signed in to change notification settings - Fork 57
Links inside pages not working with touch devices #14
Comments
I'm also having this issue. I've had to add in some extra buttons that appear on touch devices to get around this bug for now. |
I'll get a fix out for this ASAP. |
Confirm the same problem first comment was very helpful |
A fix should be out soon. |
This is some solution @ValeriiMetlenok thanks for that! |
Same trouble on inside scroll and buttons. NAV container works fine... |
The version 0.6.8 almost solved this problem, to solve this problem completely it is necessary replace (on "_start" method):
|
Desperately wanted @ValeriiMetlenok 's function to work, but it completely broke scrolling as @StevenJW said. @robindevouge 's solution takes you to the link even if you are trying to move between pages.
|
Hi!
I noticed that with a touch input (either with a mobile device or Chrome responsive emulation) clicking on a link doesn't work unless you "double touch" it.
However, this doesn't happen if you set touch events to false on initialisation, so I thought this was caused by Pageable catching the touch to swipe thus preventing to trigger the link's.
This behaviour can be replicated in the playground by replacing a page text with a link while in responsive mode in chrome.
If anyone else reading this is affected by this issue and looking for a temporary solution : I fixed it with some JS by adding a listener on the affected links that redirects to their url but that isn't ideal
The text was updated successfully, but these errors were encountered: