Issue with window.close and chrome
I know this question is old, but I ran into the same problem. This worked for me: window.open(”, ‘_self’, ”); //bug fix window.close();
I know this question is old, but I ran into the same problem. This worked for me: window.open(”, ‘_self’, ”); //bug fix window.close();
No, it is not just a UiWebView. Mike Pinkerton’s post on chrome-team googlegroup: Chrome for iOS has some pretty major technical restrictions imposed by the App Store, such as the requirement to use the built-in UIWebView for rendering, no V8, and a single-process model. As a result it’s been challenging to re-use critical Chromium infrastructure … Read more