Aswin P G

Results 14 comments of Aswin P G

The same happens in Android too when we change the source before the first source was loaded. The previous video starts playing first and then changes to the current source.

I don't know if this issue is accurate. Setting autoplay to false seems to clear my problem. I'll check what the real problem is and try to do a PR...

Setting autoplay didn't stop the issue. I was wrong. The problem here is that we can't stop the video from playing if it has not started playing.

I would like to implement this by porting the old TabView with some upgrades but first I need this issue to be fixed - https://github.com/dotnet/maui/issues/6412

I am trying to create a staggered layout but while using glidex I cannot get the image size. I need to provide height request and width request manually. What should...

But > > I am trying to create a staggered layout but while using glidex I cannot get the image size. I need to provide height request and width request...

Yeah that would be really nice..

#17 This will fix the position update problem

In my experience it was quite the opposite (android), On each tab change the contentview was initialised every time. Shouldn't it be initialised only once. So we can have good...

https://github.com/AswinPG/RGPopup I have a an android working version for maui here with animations and a few bugs :) Thanks to @LuckyDucko for Mopups. That repo helped me a lot while...