You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using jQuery UI 1.10.4 and the BYU template and accordion widgets don't open/close on iOS (9.3.2 is what I tested with on iPhone 6). After digging in I discovered the touch event was dying in the TouchSwipe plugin that's included in js/script-touch.min.js in the template. After swapping it out for the latest version of TouchSwipe the touch events began working. I'm assuming the plugin just never handled what I was testing, or that it worked one way with older versions of Safari Mobile back then and that Safari has changed since then. Either way, the plugin author appears to have taken steps to make it work on the current version.
For v3 of the template I'd suggest updating that (and all other plugins). And though this is off-topic for this issue, I'd recommend including the full bootstrap stylesheet (v4?). There were a number of things omitted that we needed, and keeping it intact will save people time hunting things down when they realize bits are missing.
The text was updated successfully, but these errors were encountered:
We're using jQuery UI 1.10.4 and the BYU template and accordion widgets don't open/close on iOS (9.3.2 is what I tested with on iPhone 6). After digging in I discovered the touch event was dying in the TouchSwipe plugin that's included in js/script-touch.min.js in the template. After swapping it out for the latest version of TouchSwipe the touch events began working. I'm assuming the plugin just never handled what I was testing, or that it worked one way with older versions of Safari Mobile back then and that Safari has changed since then. Either way, the plugin author appears to have taken steps to make it work on the current version.
For v3 of the template I'd suggest updating that (and all other plugins). And though this is off-topic for this issue, I'd recommend including the full bootstrap stylesheet (v4?). There were a number of things omitted that we needed, and keeping it intact will save people time hunting things down when they realize bits are missing.
The text was updated successfully, but these errors were encountered: