egeysn

Results 6 comments of egeysn

Hi use NestedScrollView. Maybe the code below can help you While i using to table with four header it was not covering the page.I solved this problem following methods. Optional(I...

While i using to table with four header it was not covering the page.I solved this problem following methods. Optional(I hide the all row items in the table) - binding.myTableView.setAdapter(mTableAdapter);...

While i using to table with four header it was not covering the page.I solved this problem following methods. Optional(I hide the all row items in the table) - binding.myTableView.setAdapter(mTableAdapter);...

I faced the same problem. The pictures I took with the camera were giving this error on Android 11 and above. I change my root destination. ` String root =...

Check this solved my issue . https://github.com/avioli/uni_links/issues/119

i faced the same error on iOS, i deleted autoplay and auto initialize on ChewieController my problem solved. ` final networkVideo = networkVideos[pos]; _videoController = VideoPlayerController.network( networkVideos[pos].pitchingVideoUrl) ..initialize();` _chewieController =...