Note that there are some explanatory texts on larger screens.

plurals
  1. POwebview doesnt work ajax jquery on jelly bean
    primarykey
    data
    text
    <p>My android web app doesnt work on click jquery ajax. I don't know what code should i post because .. okay let me tell what i did try. This is link to my web (forum in malays) <a href="http://debatremaja.com/mb/cadang_tajuk" rel="nofollow">http://debatremaja.com/mb/cadang_tajuk</a> . and this is app in google play store <a href="https://play.google.com/store/apps/details?id=com.debatremaja&amp;hl=en" rel="nofollow">https://play.google.com/store/apps/details?id=com.debatremaja&amp;hl=en</a> .</p> <p>Problem + Thumbs up sign in web link above will run </p> <pre><code> $(".vote_active").click(function(){ var topic_id = $(this).data("topic-id"); var linkto= linktodbcontroller+"insert_vote_by_id_n/"+topic_id; //window.location.href = linkto; $(this).next(".sum").load(linkto); // simple prevent 2nd clicked $(this).removeClass("clickable"); $(this).css("color","#0c0"); $(this).off("click"); }); </code></pre> <ul> <li><p>And that working fine on </p> <ul> <li>pc web browser , firefox and chrome tested</li> <li>on mobile browser ( android 4.2.2 cyanogemod firefox)</li> <li>my app (link above) on android 2.3 emulator</li> </ul></li> <li><p>Maybe ajax not working in webview ?</p> <ul> <li>so i did change android code to </li> </ul> <p>loadUrl("w3school jquery demo") // Sorry, i cannot post more than 2 links</p> <p>But the button in w3school works fine.</p></li> <li><p>Other avascript works fine. I did set setJavascriptEnable(True) in web app.</p></li> <li><p>Problem only happend on my app webview. </p></li> </ul> <p>Thanks in advance because i had experiance get my question answered less an hour after posting. Great comunity in stackoverflow.</p> <p><strong>Edit</strong> I use google hosted jquery link. is this the problem? I also use try jquery hosted in same domain (debatremaja.com) but same as before. Doesnt work. </p> <ul> <li>it also doesnt work on cyanogenmod jellybean default Browser (not chrome)</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload