Viewing 1 replies (of 1 total)
  • Plugin Contributor Pascal Birchler

    (@swissspidy)

    Hi there, sorry for the late reply!

    Detecting mobile devices on mobile is a nightmare and not recommended, but you could theoretically use something like this:

    add_filter( 'load_user_feedback', function() { return ! is_mobile(); } );

    That should hide the plugin for most mobile devices.

    Please note that we’re working on improving the UI so it works perfectly on mobile as well, so stay tuned.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Disable on mobile’ is closed to new replies.