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
Currently, it makes no sound in iOS, but it makes some distorted sound in the Android emulator,
and it doesn't crash the system in either iOS and Android.
We are considering using Kotlin and Swift to make audio work in React Native for us,
if we can't make Tone.js work in the webview.
Has anyone successfully used Tone.js in RN/Webview?
Does anyone have advices or want to guide us in making Tone.js work in the React Native's webview?
I haven't done it in React Native, but I have an Ionic app that uses Tone.js without any issues (which is in effect a webview). Are you not getting any errors at all? Have u tried starting the Transport with start() rather than Tone.start?
We are trying to make Tone.js work in React Native using a webview:
https://github.com/react-native-webview/react-native-webview
Currently, it makes no sound in iOS, but it makes some distorted sound in the Android emulator,
and it doesn't crash the system in either iOS and Android.
We are considering using Kotlin and Swift to make audio work in React Native for us,
if we can't make Tone.js work in the webview.
Has anyone successfully used Tone.js in RN/Webview?
Does anyone have advices or want to guide us in making Tone.js work in the React Native's webview?
We are using this component for testing:
The text was updated successfully, but these errors were encountered: