Skip to content

Tag: android

Only some URLs not loading in Webview

Code Im trying to load this URL in webview and the webview is empty. What’s wrong with this URL? I tried replacing the URL with other links and it works perfectly. Answer It’s been a SSL handshake failed for HTTPS URL. for debugging the webview, pls add following line and you can inspect webview U…

Firebase Authentication: Update Email

I am using firebase to register my users, users can update their data but when updating the email they always send me the task unsuccessful response, and I verified that when updating the email it is well written. This is the code: Already verify that at the time of the mail update it is taken from the edit t…