-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Chromecast(ios, android) and onTime event (ios) #16
Comments
@leinnus We agree that the IOS onTimeEvent not firing while casting is a bug. This will be prioritized and taken care of soon. From our first glance, we believe this is an issue in this codebase and not a Native SDK issue, so it is actionable by you or the open-source community if it's a blocking problem. The second issue you raised here must be separated into a separate issue to be actioned. Also, I'm unsure if I understand the |
For the iOS onTimeEvent we have a local patch applied on the previous version of this library:
|
@rymate1234 This will be resolved in |
IOS onTimeEvent
ontime event does not work. but android work.
sample source
onTime={event => onTime(event)}
const onTime = async e => {
console.log('onTime', e);
const {position, duration} = e.nativeEvent;
}
IOS Exit Chromecast
After Chromecast ends, there is no video on the screen, only audio.
It plays, but only a black screen appears.
after chromecast ends.
ANDROID Chromecast
When Chromecast starts, the screen will be black.
On iOS, the screen image before playback is displayed, but on Android, it is only displayed in black.
And the screen subtitles and quality setting menu disappear. only speed setting menu appear.
android setting menu & black screen(chromecast)
additionally iOS setting menu work!!(chromecast)
** Device**
The text was updated successfully, but these errors were encountered: