ankur-sardar/react-native-webview

Can not Play video from Netflix in android webview

Closed this issue · 1 comments

Can not Play video from Netflix in android webview

after investigation, I found that, when we click on Netflix video, it load url with intent:// scheme, and it is not loading that url scheme. So may be we can handle this in shouldOverrideUrlLoading method.