• Hi there!

    I tried to reach via email but that not worked for some reason.

    One of plugin users show me the weird issue and I can reproduce it myself.

    When any link in my plugin interface is clicked, it making something which is breaking better messages interface. Does it possible to disable this functionality? Maybe its possible to add some class to links, so it does not get processed by your plugin logic?

    Please see attached video with the issue.

    https://www.wordplus.org/wp-content/uploads/2023/04/ScreenRecorderProject2_3-3.mp4

    Thanks for any help with this!

Viewing 1 replies (of 1 total)
  • Plugin Author AmauriC

    (@amauric)

    Hi ??

    Thanks for the nice feedback, try to add on the WPMobile plugin > CSS and Javascript > In the app > Javascript:

    jQuery(function() {
    if (jQuery(".bp-messages-wrap-main")[0]) {
    app.off('touchstart');
    }
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with Better Messages’ is closed to new replies.