You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
It happens not only with CarouselView.
I have experienced it when I used Shapes with TabView.
I had Shapes on 1st Tab. Switching to another Tab and back cause loss of color (IsSwipeEnabled = false).
Another case: Polygon with Fill color used on my custom control. Changing visibility of this control cause loss of color.
I tried with binded color via StaticResource like also with fixed color (predefined or hex).
Shapes loss color (Rectangle, Path, Polygon). Line shape works good
Description
Brush-bindings seems to get lost when navigating in carousel view(only happens on iOS, android works fine).
Happens on both emulator and devices
Steps to Reproduce
Expected Behavior
Stroke and fill attributes of shapes are intact after swiping
Actual Behavior
On third right-swipe, stroke and fill seem to be reset...
Basic Information
Version with issue: 5.0.0.1874
Last known good version: Not tested on prior versions
Platform Target Frameworks:
Affected Devices: iphone 12, ipad pro 12.9", iphone 12 emulator
Environment
Show/Hide Visual Studio info
Screenshots
Screenshots before and after swiping:
Reproduction Link
https://github.com/tompi/shapedebug
Workaround
This only happens when binding a contentviews "content", does not happen in a "plain" layout...
The text was updated successfully, but these errors were encountered: