Improve touch controls for devices using iOS 13

To deliver smoother touch swipes for the Featured Collection section with devices running iOS 13 and iPadOS 13, use this CSS code snippet:

/* -- Start Broadcast override code for slide effects with iOS 13 and iPadOS 13 -- */
.flickity-slider {
  touch-action: none; -webkit-user-select: none; -webkit-user-drag: none;
}
/* - end - */

Versions:
For stores running Broadcast v1.2.6 and earlier.


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.