• On an S9+ on chrome the plugin triggers as though it was a desktop. Thought it was a caching issue when I tested with the php code:
    if ( wonderplugin_is_device(‘Mobile’) )
    {
    echo ‘This is a mobile or tablet’;
    }

    if ( wonderplugin_is_device(‘iPhone,iPad’) )
    {
    echo ‘This is an iPhone or iPad’;
    }

    if ( wonderplugin_is_device(‘Windows’) )
    {
    echo ‘This is a Windows PC’;
    }

    if ( wonderplugin_is_browser(‘Chrome’) )
    {
    echo ‘This is a Chrome browser’;
    }

    if ( wonderplugin_is_browser(‘IE,Edge’) )
    {
    echo ‘This is a Microsoft web browser’;
    }

    Everything worked. but when I removed the above code the page no longer loaded correctly. So now, to get it to work correctly I need to load the above code (without the “echo” so that it will trigger correctly on Android with Chrome…

    Still a Great plugin ??

    • This topic was modified 5 years, 9 months ago by advantechmsp.
Viewing 1 replies (of 1 total)
  • Thread Starter advantechmsp

    (@advantechmsp)

    After a lot of digging and testing it looks like this is a caching issue. We use W3TC and the page cache section looks like is causing it to get “stuck”.

    If anyone else has this issue so far setting “Late initialization” seems to fix it, so far.

Viewing 1 replies (of 1 total)
  • The topic ‘Chrome on android does not trigger’ is closed to new replies.