We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please complete the following information:
Describe the Bug:
According to documentation, setIsVisibleArrow(bool) sets the visibility of the arrow, while arrow is always visible irrespective of the flag.
setIsVisibleArrow(bool)
Following are arrow related api call that I make during balloon building
setArrowSize(14) setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR) setIsVisibleArrow(false)
and then
anchorView.showAlignBottom(myBalloon)
It should respect the false flag in the builder and should not show arrow, as per my understanding.
Expected Behavior:
arrow should be hidden if we call setIsVisibleArrow(false)
setIsVisibleArrow(false)
The text was updated successfully, but these errors were encountered:
Released a new stable 1.3.3! Thanks for your issue :)
1.3.3
Sorry, something went wrong.
skydoves
No branches or pull requests
Please complete the following information:
Describe the Bug:
According to documentation,
setIsVisibleArrow(bool)
sets the visibility of the arrow, while arrow is always visible irrespective of the flag.Following are arrow related api call that I make during balloon building
and then
anchorView.showAlignBottom(myBalloon)
It should respect the false flag in the builder and should not show arrow, as per my understanding.
Expected Behavior:
arrow should be hidden if we call
setIsVisibleArrow(false)
The text was updated successfully, but these errors were encountered: