Ti.UI.WebView on Android: webpage is not being displayed
问题 I am using a WebView in my app. This WebView must display an external webpage. It works fine on iOS, but on Android I get a white screen. In the console I see this warning: W/cr.BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid I added debug messages inside the load event of the WebView. When I call the getHtml method there I see that the html is being retrieved. I have no idea why it is not being displayed? I find some similar issues on stackoverflow