proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.31k stars 223 forks source link

Unable to render Html source in InAppBrowser #361

Closed devTTC129 closed 2 years ago

devTTC129 commented 2 years ago

Is it possible to render html in string format in InAppbrowser ?

while using inAppBrowser in cordova able to render html page in browser (html is in string format. converting it to base64 and passed it as source) . but in react native not able to do same .

let me know if any one has done it . Thanks

jdnichollsc commented 2 years ago

InAppBrowser in Cordova use WebView in order to do that, try that component instead! <3