i have a website, and i am sure i can open it in PC browser, or mobile browser, util i use React-Native Android Webview Component .
the WebView Component, i can use it open some url ,such as m.facebook.com, but could not open my website, do not know why, i have set some props of WebView ,such as automaticallyAdjustContentInsets ,javaScriptEnabled,domStorageEnabled,scalesPageToFit.
when i use the FB example UIExplorer, it good work for open m.facebook.com, but when i change the url to my website, could not open it.
anyone know how is it ?
And when i use WebView Component and get into trouble, how can i debug it?