i Built an ios authentication ap for twitter, but integrating webview in the code, doesn’t seem to work, i’m new to this please help, line
I created a twitter authentication system, but when the user clicks on the login button, it redirects to safari, which in don’t want, i want to handle it inside the app so i used webView, but its not working, i have two files :
App.js :-
Webview is not showing audio/image content (stored on app) – React Native – IOS
I have a react native application who must acquire a list of assets (images and audios) from our server, store this on user’s device and then display, in a WebView, a HTML content. This HTML make use of the downloaded assets. Everything is working on Android, but in IOS devices I see no image nor audios… What is happening?
Add file to LSApplicationQueriesSchemes in your Info.plist React Native Webview
I’ve implemented a WebView in my current react native application it is working fine URLs are opening in the WebView. Upon testing this on iOS I came across this warning Error: Unable to open URL: Add file to LSApplicationQueriesSchemes in your Info.plist. I’m unable to understand what I should do so that this warning should not occur anymore. Also, curious that if I don’t resolve this issue and upload my app for submission will my app gets rejected because of this?