Android Webview development, can call javascript, but can not send ajax request, why?

1. Using Android webview development, the js and click events in the written html can be triggered, but the ajax request cannot be sent. Why?


WebView is a webkit engine-based control that displays web pages. It only implements some of the browser's functions, such as access to functions and operations dom, but no XMLHttpRequest object.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31ae5-2b606.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31ae5-2b606.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?