Native Video with Picture-in-Picture API
Play videos natively with Picture-in-Picture support in your Android WebView app.
The Native Video API allows your website to launch a video stream in the device’s native player with Picture-in-Picture support. Trigger the native playback by opening a link with the startnativevideo://videostreamurl= prefix:
<a href="startnativevideo://videostreamurl=YOUR_VIDEO_STREAM_URL">Play Video in System Video Player with PiP Support</a>
The user can continue watching the video in a floating window while navigating your app or other apps.