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 Nov 12, 2020. It is now read-only.
When I have a CardView on the screen and try to hide it with the IsVisible property, which binds to a variable in my modelView, a red block is displayed on the application screen where the cardView was located. This happens just in iOS
Bug
Version Number of Control: 1.1.3
Device Tested On: iPhone 11 (but the problem occurs in every iOS device)
Simulator Tested On:
Affects
iOS
Android
Expected Behavior
Item being hidden and not show the red block
Actual Behavior
A red block is show when cardView hidden
Steps to reproduce the Behavior
Place a cardView on the screen and link the IsVisible property to a boolean variable in modelView. After loading the screen, change the variable to false, at this time the cardView is hidden and a red block appears.
Link to Github Reproduction (optional but recommended)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I have a CardView on the screen and try to hide it with the IsVisible property, which binds to a variable in my modelView, a red block is displayed on the application screen where the cardView was located. This happens just in iOS
Bug
Affects
Expected Behavior
Item being hidden and not show the red block
Actual Behavior
A red block is show when cardView hidden
Steps to reproduce the Behavior
Place a cardView on the screen and link the IsVisible property to a boolean variable in modelView. After loading the screen, change the variable to false, at this time the cardView is hidden and a red block appears.
Link to Github Reproduction (optional but recommended)
The text was updated successfully, but these errors were encountered: