emailsubjekt

Results 25 comments of emailsubjekt

He really told you that solution in record time, lol

awesome! On Sat, Sep 21, 2019 at 10:28 AM soniiic wrote: > I've had a go at replacing the deprecated code: > https://github.com/soniiic/LocationAssistantV2 > > — > You are receiving...

Experienced the same issue with playing bottom videos but in a fragment. I'll tell you the solution if you help me find a solution for fragments. Try this out in...

I'm getting this same problem. When I scroll up and then pull again to go more up, the first video item turns blank (if recyclerView.setPlayOnlyFirstVideo(true); - then it's only 1...

I've solved this as a temporary fix In fragment do this setUserVisibleHint @Override public void setUserVisibleHint(boolean isVisibleToUser) { super.setUserVisibleHint(isVisibleToUser); if (isVisibleToUser){ Log.d("MyFragment", "Fragment is visible."); }else{ if(navItemIndex == #ofFragment){ //RESTART...

> Hello @DotsquaresA , > I have solved the issue regarding blank screen. Please let me know if you did not get the solution. Hi, can you please post the...

I've come to realize it might be due to bigger mp4 files being used, such as a 1MB mp4, will try with smaller videos and report back later

Nope, I've compressed mp4 to around 200kb, still causing the same issue, all fragments are still becoming completely blank. I've realized if I just go out to see what other...

Solved it No wonder @DotsquaresA didn't post the answer. I had to take out all the code from the library and basically fix every part that was giving an error...

> give me please your code fixed or publish I haven't solved it, we have an app in beta that still has empty image issues when scrolled 2 times to...