Open gyfelton opened 7 years ago
The main problem of Android is that it does not allow bleed out subview to be displayed, unlike iOS
The fix here is to make the Popover View (styles.popover) larger so that arrow can be displayed
styles.popover
To achieve this, not only margin is added based on the position of the arrow, the followings are also done to help achieve the final result:
auto
placement
left
top
Tested in our app and it works for us.
I cannot create a android project due to time constrain, maybe someone can help?
Hi, can you tell me how to fix it , follow your step ,i can not how to modify ,thanks
The main problem of Android is that it does not allow bleed out subview to be displayed, unlike iOS
The fix here is to make the Popover View (
styles.popover
) larger so that arrow can be displayedTo achieve this, not only margin is added based on the position of the arrow, the followings are also done to help achieve the final result:
auto
placement is used, then during the geometry calculation the right placement will be returned and updated internally (theplacement
state)left
andtop
property) to accommodate the arrowTested in our app and it works for us.
I cannot create a android project due to time constrain, maybe someone can help?