Handle mouse and keydown events from the WebTargetIframe component and send a message to the iframe when they occur. This allows StrudelWrapper to initialize audio immediately after detecting user interaction, ensuring the audio worklet is loaded correctly.
Handle mouse and keydown events from the
WebTargetIframe
component and send a message to the iframe when they occur. This allowsStrudelWrapper
to initialize audio immediately after detecting user interaction, ensuring the audio worklet is loaded correctly.Fixes #286