I am trying to make an application for Android TV where my use case is very simple. I want to display a content to user and when the user clicks a web view opens and a normal mp4 video (URL) loads.
However it does not start playing in Android TV, it straight away call the onPageFinished()
and close the web view screen. It works well in Fire TV.
Do we have to include any other method to play it?