Daniel Vechtel
Daniel Vechtel
Hi @MaskyS @Clancey I have the same problem as @parulgarg004 . The user is not redirected back to my app on iOS and gets stuck in the webview. I have...
> > Hi all, first off, I'd like to apologize for how long it's taken to provide an adequate response. First of all, looking at the metrics, this crash seems...
I've encountered the same issue with Flutter 3.7.0 on an iPhone SE 2020 and iPad 10, both running iOS 16.2.
I've got the same issue for live streams. The `play` method [sets the play back speed](https://github.com/flutter/packages/blob/f73cb00e127b3036e5b0459cff8c416fabcfd120/packages/video_player/video_player/lib/video_player.dart#L607) and this executes the native method [player_set_playback_rate](https://github.com/flutter-tizen/plugins/blob/af9f4a31c4f24aa286467fe957cd332b801da012/packages/video_player/tizen/src/video_player.cc#L357) which seems to be not implemented (or...
@xiaowei-guan Are there any updates to this?
Yes, that is urgent. We have currently copied the video player from the [video_player_package](https://pub.dev/packages/video_player) into our codebase and removed the parts that are causing errors. However, this can have unwanted...