The main problem is the mechanism of Angular js. When Angular js is not loaded properly and many things in Angular js are not initialized, the call fails due to calling the background interface
I also encountered this problem today. The solution is webView.getSettings().setDomStorageEnabled(true);//Enable DOM storage API function. It must be enabled Hope it is useful to everyone
The main problem is the mechanism of Angular js. When Angular js is not loaded properly and many things in Angular js are not initialized, the call fails due to calling the background interface
Is the problem solved?
I also encountered this problem today. The solution is
webView.getSettings().setDomStorageEnabled(true);//Enable DOM storage API function. It must be enabled
Hope it is useful to everyone