NaqiControl

Results 9 comments of NaqiControl

Thanks from Saudi Arabia 👍

Issue has been fixed by keeping YouTubePlayerBridge class. just add this line to your proguard-rules.pro `-keepclassmembers class com.pierfrancescosoffritti.androidyoutubeplayer.core.player.YouTubePlayerBridge { public *; }`

Hi Sir @PierfrancescoSoffritti can you please take a look [here ](https://github.com/PierfrancescoSoffritti/android-youtube-player/issues/712)

same problem with me. `W/cr_media: Requires BLUETOOTH permission W/AudioCapabilities: Unsupported mime audio/mpeg-L2 W/AudioCapabilities: Unsupported mime audio/x-adpcm-ms W/AudioCapabilities: Unsupported mime audio/x-adpcm-dvi-ima W/AudioCapabilities: Unsupported mime audio/ape W/AudioCapabilities: Unsupported mime audio/alac W/AudioCapabilities: Unsupported...

> @PierfrancescoSoffritti this is happening with proguard enabled. > > @sachinvarma were you able to fix the problem? I cant fix it please help.

You should replace dispatchTouchEvent(MotionEvent event) with this and it will work :) ` @Override public boolean dispatchTouchEvent(MotionEvent event) { long currentTime = System.currentTimeMillis(); /* if touch events are being spammed,...