Error in Webview with targetSdkVersion 24
问题 My app has a WebView which loads a simple HTML page with an iFrame that is used for loading an URL for payment process from a partner company (and I have no access to that url source). When I point the targetSdkVersion to 19 everything works fine and I can make payments through the iFrame. However, when the targetSdkVersion is pointed to 24 I don't have the same luck. In that case, the WebView manages to load the iFrame which is shown some EditText for entering with credit card information