This content originally appeared on DEV Community and was authored by Harley Ferrer Lumagui
Hello! I just want to ask how could I fix this problem. I have a simple react-native application where it access my developed website using webview, there's a function where I upload a file specifically a photo. Uploading works fine when I access the website using my browser, but when I use my app, file uploading seems not work nicely. Anyone has an idea about this? Thanks in advance.
<WebView
style={{ flex: 1 }}
source={{
uri: SITE_URL
}}
/>
This content originally appeared on DEV Community and was authored by Harley Ferrer Lumagui
Harley Ferrer Lumagui | Sciencx (2022-03-29T11:35:43+00:00) Uploading file in react-native webview not working. Retrieved from https://www.scien.cx/2022/03/29/uploading-file-in-react-native-webview-not-working/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.