Ketian Wu

Results 9 comments of Ketian Wu

When using `YoutubePlayerScaffold`, set `gestureRecognizers` to empty is not working either on iOS or Android device.

I found the reason. There is a `enableFullScreenOnVerticalDrag` parameter controls the swipe behavior to be on/off. https://github.com/sarbagyastha/youtube_player_flutter/blob/fef473e7978ec068bc8679f22124b3aa83e96cba/packages/youtube_player_iframe/lib/youtube_player_iframe.dart#L42 This is not exposed to `YoutubePlayerScaffold`, and simply setting gestureRecognizers won't change the...

I think this might be a duplicate of #902 The audio session solution worked for me

We still don't understand why this happened. Other devices like Xperia V encountered the same issue. All these devices are Android 14 and our app is compiled with sdk 34....

@Parfyonator Thanks for your help. Have you figured out how to get the audio level, i.e. the volume? The `RemoteParticipant.audioLevel` is always 0.

The temp solution is mentioned here. https://github.com/RafaelBarbosatec/tutorial_coach_mark/issues/134#issuecomment-1805010438

Same problem here ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.room8.app/com.maru.twitter_login.chrome_custom_tabs.ChromeCustomTabsActivity}: java.lang.NullPointerException: Attempt to read from field 'hi.b ii.a.d' on a null object reference in method 'void com.maru.twitter_login.chrome_custom_tabs.ChromeCustomTabsActivity.onCreate(android.os.Bundle)' at...