Hi, currently experiencing an issue rendering the form on Android using a web view where is seems to be stuck on loading while the device on iOS side seems to be successfully rendering the form. I've tested to check if the JS function has been loaded prior to calling the script, and it seems to be there. There isn't any warnings or errors returned either when using catch statement.
The form tested on is taken from the simple embedding example given in https://formio.github.io/formio.js/app/examples/
Currently, using the following to specs:
react-native: 0.71.4
react-native-web-view: 12.0.2
Hi, currently experiencing an issue rendering the form on Android using a web view where is seems to be stuck on loading while the device on iOS side seems to be successfully rendering the form. I've tested to check if the JS function has been loaded prior to calling the script, and it seems to be there. There isn't any warnings or errors returned either when using catch statement.
The form tested on is taken from the simple embedding example given in https://formio.github.io/formio.js/app/examples/ Currently, using the following to specs: react-native: 0.71.4 react-native-web-view: 12.0.2
Related code used is as follows: