-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Popup color not applied on ios #499
Comments
@yurkinh I believe this is the normal behavior for iOS. My first test was changing the Popup.Color to Red and that work as expected as you can see in the screenshot below: Second I debug the code to see if for some reason the If you don't want that extra space, don't use the And remember to use the Vertical/HorizontalOptions = Center if you want the Popup to be centered on the screen. Not sure if you reported the error, but I saw a NRE on |
Does this mean that I will not be able to achieve the similar result in iOS as like in Android in below screenshot? Is there any way to prevent that grey background and keep the content attached to the bottom and touching to both (Left and Right) edges in iOS? |
Description
Setting Color on Popup page is ignored on iOS.
While it works fine on Android
Link to Reproduction Sample
Sample.zip
Steps to Reproduce
Expected Behavior
Popup background is Transparent
Actual Behavior
Popup background is default grey (on ios)
Reproduction imagery
The text was updated successfully, but these errors were encountered: