goleleila New Member Dec 3, 2022 #1 Hi How can i disable toasmessage that shows net::errors on webview? Such as: net::ERR_SSL_PROTOCOL_ERROR net::ERR_FILE_NOT_FOUND net::ERR_NAME_NOT_RESOLVED AND ....
Hi How can i disable toasmessage that shows net::errors on webview? Such as: net::ERR_SSL_PROTOCOL_ERROR net::ERR_FILE_NOT_FOUND net::ERR_NAME_NOT_RESOLVED AND ....
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2022 #2 You need to use WebViewExtras and handle the ReceivedError event: https://www.b4x.com/android/forum/threads/webview-detect-page-not-found.29764/#post-214624 Upvote 0
You need to use WebViewExtras and handle the ReceivedError event: https://www.b4x.com/android/forum/threads/webview-detect-page-not-found.29764/#post-214624