I have a menu with four options. Each time a menu item is focused, an API is hit for the specific menu. If a user switches focus between different menu at a faster rate I need to stop the task created for the previously focused menu. How can I do that? I am showing a menu using a RowList on MainSce...
I did try removing the panels by using removeChild() but it seems that doesn't work in case of sliding panel since the panel count was not changing even after removing. Do you have any other workaround?
I am using sliding panel in my project. Suppose I have panel A (on left) and B(on right) in a panel set. Now I slide to panel C from B and now my panel set has panel B and C. Similarly I keep on going level deep such that now panel set has panel E(on left) and F(on right). Now I want that my panel s...
⋅ We are developing a client application which has live linear stream. Now this stream has embedded captions for some specific content stream, ie not all video inside this live linear stream has captions only specific ones. The subtitles are webvtt . ⋅ When playing this video on...
In my channel, I have settings menu which has caption settings option. I wanted to confirm that if I am changing captions to On, Off or Instant Relay in my channel, should I also be updating the global settings for captions too?
I want to show up a video on a Panel. The project I am working on uses Sliding Panel component. So what I intend to do is on clicking a label list, I want to open a panel in fullscreen mode. This panel has a video node and will play video. Everything works fine but I cannot see the video controls on...