JS and JQuery are not loading on Webview android.
Reported by
praveen....@magicsw.com,
Sep 18 2017
|
||||||
Issue descriptionTHIS TEMPLATE IS FOR FILING BUGS ON THE ANDROID SYSTEM WEBVIEW. GENERAL WEB BUGS SHOULD BE FIND; USING Load URL in webview, but webPage not available whenever When webpage loaded, JS and JQuery not loaded. Device name: MI Note 4 Android version: 7.0 NRD90M WebView version (from system settings -> installed Apps -> Android System WebView): Application: Android System WebView Application version: 55.0283.91 URLs (if applicable): Steps to reproduce: (1) (2) (3) Expected result: Actual result:
,
Sep 18 2017
What application are you using to load the webpage?
,
Sep 18 2017
Android by default system webview.
,
Sep 18 2017
Thank you for providing more feedback. Adding requester "tobiasjs@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 18 2017
Android system webview doesn't provide a browser activity, except for the HTMLView activity (which doesn't have JS enabled). You need to explain in more detail what you are doing. It might help to provide screenshots.
,
Sep 25 2017
Basically, I am using webview.loadUrl(url) with proxy in Android, but some problem occurs and the page does not load properly. Please see this Error: I/chromium: [INFO:CONSOLE(300)] "Uncaught ReferenceError: $ is not defined", source: http://www.sciencedirect.com/science/journal/03601285?sdc=1 (300) 09-25 16:53:40.274 9222-9222/com.eLib.nitD I/chromium: [INFO:CONSOLE(387)] "Uncaught ReferenceError: autoCompleteInit is not defined", source: http://www.sciencedirect.com/science/journal/03601285?sdc=1 (387) 09-25 16:53:40.991 9222-9222/com.eLib.nitD I/chromium: [INFO:CONSOLE(837)] "Uncaught ReferenceError: SDPA is not defined", source: http://www.sciencedirect.com/science/journal/03601285?sdc=1 (837) 09-25 16:53:41.005 9222-9222/com.eLib.nitD I/chromium: [INFO:CONSOLE(871)] "Uncaught ReferenceError: $ is not defined", source: http://www.sciencedirect.com/science/journal/03601285?sdc=1 (871) 09-25 16:53:41.007 9222-9222/com.eLib.nitD I/chromium: [INFO:CONSOLE(928)] "There was an error loading or running Adobe DTM: ", source: http://www.sciencedirect.com/science/journal/03601285?sdc=1 (928) 09-25 16:53:41.368 9222-9222/com.eLib.nitD I/onPageFinished: http://www.sciencedirect.com/science/journal/03601285?sdc=1
,
Sep 25 2017
Thank you for providing more feedback. Adding requester "tobiasjs@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 25 2017
Chrome devtools work for webview: https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews We are not responsible for helping you figure out why your app is not working. However, first thing you might want to check is that javascript is disabled by default on webview. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by praveen....@magicsw.com
, Sep 18 2017