We are developing a Tizen web application, and we have implemented the fast forward and rewind functionality using the standard HTML5 video APIs, exactly as described in the official documentation (HTML5 video and audio element | Tizen Docs). But unfortunately, it does not work.
Due to this issue, our app was rejected during the certification process. We have also attached screenshots of our implementation code along with the relevant section from the official documentation for your reference.
*questions: ***
1 Can you please clarify whether fast forward and rewind functionality is officially supported in Tizen web applications using the HTML5 <video>
element? Or is this functionality only supported in native and mobile applications?
2 Since our application is a Tizen web application, we would like to understand the correct approach. If this feature is not supported for web apps, what is the recommended solution to implement fast forward and rewind on real Tizen TV devices?
We would like to kindly ask for your guidance.