react-native-web-community / react-native-web-webview

React Native for Web implementation of RN's WebView
https://react-native-web-community.github.io/react-native-web-webview/storybook
MIT License
133 stars 48 forks source link

Some websites are working and others don't #54

Open karthick-t2s opened 2 years ago

karthick-t2s commented 2 years ago

Hi, I just configured it and it works well for some sites & for other websites, it didn't work at all.

Working:

Screenshot 2021-10-11 at 11 45 54 AM

Not working: Here google site is not loading.

Screenshot 2021-10-11 at 11 46 34 AM
eettaa commented 2 years ago

Maybe related to different X-FRAME-OPTIONS headers being set by different sites? Many sites try to prevent themselves from being iframed for security reasons

karthick-t2s commented 2 years ago

Maybe related to different X-FRAME-OPTIONS headers being set by different sites? Many sites try to prevent themselves from being iframed for security reasons

Yea i agree, but the same sites are working fine on Mobile using WebView.

malikzype commented 1 year ago

@karthick-t2s @eettaa Did you guys found a solution for this? We are facing same issue at our end