Open
Description
Bug
I want to show Farsi subtitles, but some characters show at the beginning of the sentences. While the main sentence, those are at the end of the sentences.
characters for example are: ! - ,
there is a similar issue: #2194
I set subView.setViewType(SubtitleView.VIEW_TYPE_WEB) for player view (I didn't use separated subtitleview, I handled subtitles in the main player) the problem was resolved. but when I use subView.setViewType(SubtitleView.VIEW_TYPE_WEB) lose focus on android tv.
Apparently, the subtitle view takes focus when using subView.setViewType(SubtitleView.VIEW_TYPE_WEB).
I used BidiFormatter for testing, but I can't add some requirement parameters (language, id, and ...) and I can't test that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment