unoplatform / uno.toolkit.ui

A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
https://platform.uno/
MIT License
82 stars 27 forks source link

[IOS] [Android] PipsPager connected to FlipView by SelectorExtensions.PipsPager only show one dot #404

Closed Marc-Antoine-Soucy closed 1 year ago

Marc-Antoine-Soucy commented 1 year ago

Current behavior

You only see one pip dot instead of four image

On IOS it always happens, on android it happened to me once after I left my phone off after it finished building. But, it went back to normal after 5-6 seconds of me trying to swipe the content.

Expected behavior

You should be able to see all four dots when there are four items

image

How to reproduce it (as minimally and precisely as possible)

App5.zip download and run this repro project

Notice there are 4 dots on android and WIndows but only one on IOS

Environment

Nuget Package:

Package Version(s): uno.toolkit.winui 2.4.0-dev.115 uno.toolkit.winui.Material 2.4.0-dev.115

Affected platform(s):

Visual Studio:

Relevant plugins:

Anything else we need to know?

After swiping, you can see a second dot, sometimes.

takla21 commented 1 year ago

Any updates on this @kazo0?

kazo0 commented 1 year ago

@pictos any idea?

pictos commented 1 year ago

I would say it's something with the Binding... But that works properly on other platforms... I'll need to take a look.

Do you have a sample on GitHub that I can check out? I don't like to download zip files from the www (:

takla21 commented 1 year ago

@pictos we only have the sample as a zip.

jeromelaban commented 1 year ago

@pictos zip is a good way to work (it stays with the issue, unlike a repo), let's figure out why you can't download it :)

takla21 commented 1 year ago

@pictos any updates on this?

pictos commented 1 year ago

@takla21 no updates so far. Will find time this week to look on this extension

Marc-Antoine-Soucy commented 1 year ago

This is fixed. Tested on android and IOS

BasicApp.zip