Hi,
I am a beginner in developing plugins and I have an issue.
Right now my plugin is based on this WebViewPluginDemoGUI.
I want to add a feature that, on the JavaScript UI, enables YouTube vide embedding and allows users to play it when he/she clicks a play button we will create.
I did the iframe insertion on the UI side, and it worked fine with just UI by itself, without JUCE integration (I mean, purely npm run dev).
However, when it comes to the actual plugin, it seems the video is not rendering… All I see is an empty black frame and no contents loaded. I assume there are some restrictions on the external web access in JUCE, but not sure…
I would appreciate if you help me with this feature…
I am developing a plugin in MacOS.
