TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

Youtube background play #40

Closed arsalanengr closed 8 years ago

arsalanengr commented 8 years ago

I have an issue in this library when i play any video and press home buttom the video will remain play on background this rejects my app from google play please help how can i fix it??

DanteAndroid commented 8 years ago

Try calling webview.onPause() in your activity's onPause().

TheFinestArtist commented 8 years ago

@arsalkhan201241 Seriously, Google play rejects playing video on background?

TheFinestArtist commented 8 years ago

@arsalkhan201241 User FinestWebView version 1.2.3. It automatically pause webview when the activity closes 👍

arsalanengr commented 8 years ago

I'll check it thanks :)