You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to open a web page that have a jquery chart, but webview don't plot the graphs.
i get the follow error:
I/chromium( 4451): [INFO:CONSOLE(2)] "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.", source: https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js (2)
This looks like problem with the library, quick search in google shows that synchronous xmlhttprequest is indeed deprecated: https://stackoverflow.com/a/29146183
Does that website work on normal chrome ? (this webview uses chrome underneath)
This looks like problem with the library, quick search in google shows that synchronous xmlhttprequest is indeed deprecated: https://stackoverflow.com/a/29146183
Does that website work on normal chrome ? (this webview uses chrome underneath)
the page works few day ago normal in webview, right now does not work, but in the android chrome browser works perfect
i try to open a web page that have a jquery chart, but webview don't plot the graphs.
i get the follow error:
I/chromium( 4451): [INFO:CONSOLE(2)] "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.", source: https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js (2)
for example if you try to open this page in webview:
https://canvasjs.com/jquery-charts/spline-chart-export-image/
show the graphs empty
The text was updated successfully, but these errors were encountered: