Support » Plugin: WPtouch - Make your WordPress Website Mobile-Friendly » [Plugin: WPtouch] Mobile Site does not work on new Android OS?

  • Resolved Nickie_VZ

    (@nickie_vz)


    Hi

    When trying to view the mobile site on my Samsung Galaxy Siii, it displays OK initially but the search function or menu does not respond when you touch these on screen.

    Will the plugin be updated for the new Android OS or is this another issue? It works fine on my Motorola Android and on the iphone.

    Thanks

    Nickie

    http://wordpress.org/extend/plugins/wptouch/

Viewing 15 replies - 31 through 45 (of 82 total)
  • Same probleme over here on galaxy s3. It’s not working on standard android browser and works fine with Chrome browser. I have tested it on two Galaxy S3 devices same problem (internet stops working)

    I have tested to shut down the supercache plugin as well, no effect

    android browser
    Mozilla/5.0
    Linux
    U
    Android
    4.0.4
    nl-nl
    GT-I9300
    Build/IMM76D
    AppleWebKit/534.30
    KHTML,
    like
    Gecko
    Version/4.0
    Mobile
    Safari/534.30

    I think it is time for us to find another solution. This is seriously affecting our sites and gets worse every day as more and more devices get upgraded or come stock with JB. Could you give us an update on your bug squashing, or is it time for us to find another solution?

    Thank you!

    sorry i forgot my website http://www.hoffoto.nl

    Just to update, the issue also occurs when clicking a link to my blog from inside the following apps;

    LinkedIn
    Reddit

    We’re working on this one, it’s elusive. I think it’s something in the way the JellyBean browser is dealing with the JavaScript. We’ll hopefully have the fix out soon.

    good luck with fixing it, i’ll you find it

    Another user agent profile, in case it is helpful…
    Mozilla/5.0
    Linux
    U
    Android
    4.0.4
    en-us
    DROID
    RAZR
    4G
    Build/6.7.2-180_DHD-
    16_M4-31
    AppleWebKit/534.30
    KHTML,
    Ike
    Gecko
    Version/4.0
    Mobile
    Safari/534.30

    still no solution?

    Hi, the more we wait, worse it gets. Many people are updating to Jelly Bean and it’s affecting on our sites. Please respond if there would be a fix soon or we should look for another solution. Thank you.

    Addon uninstalled, I just use JetPack’s mobile feature. Not quite as robust, but at least the site works now.

    Does anyone have any other good options for mobilizing our sites?

    Also looking for other solutions. It appears that the developer has abandoned this plugin in favor of the paid “Pro” version.

    Good to find this thread. I’m giving WP Mobile Pack a try. Having trouble since I use a static front page (Suffusion theme)for my desktop version, not a list of posts. But already looks better than Touch.

    Anyone have any idea how to get around static page issue?

    The issue seems to lie in the Jellybean browser not correctly communicating with the PHP code. A way to workaround this problem is to simply remove the condition surrounding the get_header() and get_footer() function.

    Files to modify:

    “themes/default/page.php”, “themes/default/index.php” and “themes/default/single.php”

    Header fix (Line 1):

    <?php global $is_ajax; $is_ajax = isset($_SERVER[‘HTTP_X_REQUESTED_WITH’]); get_header(); ?>

    Footer fix (Last line):

    <?php global $is_ajax; get_footer(); ?>

    Hopefully the developers should have this issue resolved soon, but for now this should help people who were having the same issues as me.

    Thank you for this solution, it works and really helped me out. But there is one small problem with it. On the index page, when you load more posts at the bottom, the footer is loading too because of the Ajax or something.

Viewing 15 replies - 31 through 45 (of 82 total)
  • The topic ‘[Plugin: WPtouch] Mobile Site does not work on new Android OS?’ is closed to new replies.