[Resolved] Smooth-Scroll does not apply on mobile

Home Forums Support [Resolved] Smooth-Scroll does not apply on mobile

Home Forums Support Smooth-Scroll does not apply on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2377051
    Sascha

    Hi

    I have smooth-scroll activated and also applied this code to make it work for all internal links:

    add_filter( 'generate_smooth_scroll_elements', function( $elements ) {
      $elements[] = 'a[href*="#"]';
      
      return $elements;
    } );

    But on mobile it’s not working, as you can see on this page

    Can you please check and help?

    Thank you in advance and kind regards,
    Sascha

    #2377322
    David
    Staff
    Customer Support

    Hi there,

    have you tried clearing your browser caches ? As it works on my iPhone.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.