New issue
Advanced search Search tips

Issue 766146 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

JS and JQuery are not loading on Webview android.

Reported by praveen....@magicsw.com, Sep 18 2017

Issue description

THIS 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:


 
Load ieee Url on webview with proxy or without proxy, So JS and Jquery not loaded.
Labels: Needs-Feedback
What application are you using to load the webpage?
Android by default system webview. 
Project Member

Comment 4 by sheriffbot@chromium.org, Sep 18 2017

Cc: tobiasjs@chromium.org
Labels: -Needs-Feedback
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
Labels: Needs-Feedback
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.
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
Project Member

Comment 7 by sheriffbot@chromium.org, Sep 25 2017

Labels: -Needs-Feedback
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

Comment 8 by boliu@chromium.org, Sep 25 2017

Status: WontFix (was: Unconfirmed)
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