You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/07 14:57:45 UTC

[GitHub] [cordova-android] breautek commented on issue #728: WebApp with cordova have communication problem on Citrix MDX wrapper

breautek commented on issue #728: WebApp with cordova have communication problem on Citrix MDX wrapper
URL: https://github.com/apache/cordova-android/issues/728#issuecomment-490116309
 
 
   I'm not sure if that makes a whole lot of sense... as Cordova uses `SystemWebView` which extends  `android.webkit.WebView` and that class makes use of both a `WebViewClient` (Which is what `SystemWebViewClient` extends) AND a `WebChromeClient` (which is what `SystemWebChromeClient` extends)
   
   So yes... Cordova uses both clients, but that's because that is how you use the Android SDK.
   
   I should mention that I'm not an Android developer and my knowledge is limited, but I'm just going off what I see at the Android [reference](https://developer.android.com/reference/android/webkit/WebView)
   
   You haven't provided any details on how the requests is failing exactly but you haven't mentioned any Content Security Policy so if you are having network issues, I would double check that first. You can find the documentation [here](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/#content-security-policy)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org