flutter_macos_webview
flutter_macos_webview copied to clipboard
Can't play youtube video
Try loading this and you can not actually start the video: https://www.youtube.com/embed/QZQSISm_QeU
Maybe you need to set: webViewConfiguration.allowsInlineMediaPlayback = true ?
https://stackoverflow.com/questions/42192853/how-to-enable-embedded-youtube-videos-in-wkwebview
@esDotDev Sorry for the long answer, will look into this issue. Maybe setting this param to true by default is not a good idea but having it as an option would be more correct