You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way I can display an image from the local system inside of the webview? Basically I want to download some images from my server and display them on the webview, mainly to support offline mode and also performance.
The text was updated successfully, but these errors were encountered:
For those who come here after searching for a way to put local images in a react-native webview. You can put a local webpage including local images as reference in your xcode project and reference your image in the page via ./images/myimage.jpg. In other words drag and drop your webpage and image folder in your xcode project.
Hopefully it helps someone.
Is there any way I can display an image from the local system inside of the webview? Basically I want to download some images from my server and display them on the webview, mainly to support offline mode and also performance.
The text was updated successfully, but these errors were encountered: