Android Question Error accessing website in WebChromeClient

Ederson Kerber

Member
Licensed User
Hi,

I'm using the @warwound webviewextras library(available here) in my project. I added a WebChromeClient to a webview. When I access the website I get the following error:

ERROR TypeError: Cannot read properties of null (reading 'getItem') in https://www.itau.com.br/abrir-conta/vendor.js (Line: 1)
Unhandled Promise rejection: Cannot read properties of null (reading 'getItem') ; Zone: <root> ; Task: Promise.then ; Value: TypeError: Cannot read properties of null (reading 'getItem') TypeError: Cannot read properties of null (reading 'getItem')
at new _0x58e4c5 (https://www.itau.com.br/abrir-conta/main.js:1:856562)
at factory (https://www.itau.com.br/abrir-conta/main.js:1:861338)
at https://www.itau.com.br/abrir-conta/vendor.js:1:473177
at _0xb67f70 (https://www.itau.com.br/abrir-conta/vendor.js:1:473677)
at _0x40bb8c (https://www.itau.com.br/abrir-conta/vendor.js:1:471870)
at https://www.itau.com.br/abrir-conta/vendor.js:1:472870
at _0xb67f70 (https://www.itau.com.br/abrir-conta/vendor.js:1:472949)
at _0x40bb8c (https://www.itau.com.br/abrir-conta/vendor.js:1:471095)
at _0x531c06.get (https://www.itau.com.br/abrir-conta/vendor.js:1:491328)
at _0x877e16 (https://www.itau.com.br/abrir-conta/vendor.js:1:297797) in https://www.itau.com.br/abrir-conta/polyfills.js (Line: 1)
Flash Player >= 11.1.0 is required. in https://iac.dnofd.com/ofdb/warsaw-web_socket.js (Line: 22)


I searched the forum for information, but I didn't find any solution!

Thank you very much for any help.
 

drgottjr

Expert
Licensed User
Longtime User
not sure what the problem is. there are errors reported, but i see your url... i'm also not sure you understand what webchromeclient does or is supposed to do.
 

Attachments

  • atau1.png
    atau1.png
    40.3 KB · Views: 128
  • atua2.png
    atua2.png
    112.1 KB · Views: 131
Last edited:
Upvote 0
Top