Javascript AJAX stopped working

edited December 2013 in General Discussion
Interesting problem:
AJAX used to work on Andromo Website pages. Now the AJAX-enabled Edit-in-Place function does not work.
The Website referenced pages also do not work in the Dolphin browser.
HOWEVER, they work fine in the Android browser, Firefox and Chrome browsers.
I saw a blurb that when you use the webView object, you have to add code to enable Javascript, since it is off by default.
Do you use the webView object to display Website pages in an Andromo App?
Any suggestions on how to make this work again, please?
Thank you,
John

Comments

  • Javascript is enabled in the webview object we use:
    webView.getSettings().setJavaScriptEnabled(true);
    What version of Android are you testing on? Has your device recently been updated?
Sign In or Register to comment.