Hi Lucky,
Thanks for your answer. Our developers have already checked links that you have shared. However, these samples are related to web (html). We are developing the player for mobile. Is there any other examples for mobile that we can check?
ok @macdigital , thanks for the inputs. The UI used on Android/iOS Player is also same HTML/JS UI used in Web player SDK. You can find generic example of customizing Player UI on Android and iOS below.
We do not have a specific example for demonstrating customizing UI for skip buttons but above examples for Web/iOS/Android can be used to implement this customization. Hope this helps.
We integrated iOS / Android native SDK to our MAC+ App. But we do not understand why we need to use HTML/JS CSS for customizing player. Is HTML/JS the only way to customize player?
For example, apart from forward/rewind button, we also do not activate Chromecast feature. We assume that SDK does support this feature directly. How can we use these kind of Bitmovin features?
HTML/JS CSS approach is recommended since it is the quickest way to get started with the UI and we have a common UI framework that can be used across Android/IOS/Web/Smart TV.
In addition, by disabling the HTML-based UI you can implement your own native UI.