Hi everyone,
Iām having trouble with the YouTube Player widget in FlutterFlow. On Android devices, everything works fine, but on iOS devices I consistently get "Error Code 15" when trying to play a video.
Possible causes Iām considering:
iOS-specific WebKit restrictions for embedded players.
YouTube API limitations on certain videos.
Missing iOS configuration (Info.plist or App Transport Security settings).
Question:
Has anyone solved this specific issue with FlutterFlow on iOS?
Do we need a custom setup (e.g., using
youtube_player_iframemanually, or enabling extra iOS permissions)?Is there an official workaround recommended by FlutterFlow for iOS devices?
Any advice or experiences would be super helpful š
Thanks in advance!