How to pass the parameters from react-native-webview to the javascript? #26136
Labels
Component: WebView
Related to the WebView component.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
Trying to send the parameters from the react-native-WebView to the javascript function.
tried injectedjs which didn't work.
Should be able to pass the params from the webview to the javascript function.
<WebView source={{ uri: 'file:///android_asset/ICFPackage/ICFPackage/index.html' }}
originWhitelist={["*"]}
domStorageEnabled={true}
startInLoadingState={true}
javaScriptEnabled={true}
scalesPageToFit={true}
allowFileAccess={true} />
The text was updated successfully, but these errors were encountered: