Hi@Moses@Richa
is there a way to check 4k support in kepler webview ?
we support multiple platform so we need to check it for usecases.
For example method to check in Tizen is as below webapis.productinfo.isUdPanelSupported().
Web apps need to check two things before playing 4K content for best experience,
Check Whether the device hardware (Ex: Fire TV 4K Select) has media decoding capability to play 4K content, you can refer more information on this here.
However, WebView is working on a solution (window.screen.width) which can be done from web app itself. This feature will be rolled out in one of our future releases soon.