fukemy
fukemy
i trim text if over 15 length ``` func setMenuTitle(_ title: String) { if title.count > 16 { let temp = "\(String(title[String.Index(encodedOffset: 0)...String.Index(encodedOffset: 16)])).." self.menuTitle.text = temp }else { self.menuTitle.text...
no solution. try to find other better lib
 after close modal the toolbar position moved to top a bit
apple did it better
Hello. now 2018. Does your library support rtmp protocol?
i found android 10 restrict startActivity from background, as your code in firebase class here ``` // app is not in foreground if (appImportance != ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND) { context.startActivity(launchIntent); } ```...
@uribro I can click to play video after set position 'absolute' of indicator
any news?
i didnt see the loader, only black screen
> I didn't commit the code here. I may commit it soon. Hopefully this weekend. any updated? Thanks