-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[ios] Fix issue wrong position of attribution dialog after rotation #14185
Conversation
@lloydsheng thanks for this, can you please look at #13530 and see how that compares. That uses PR uses |
@julianrex The PR considered not only orientation changing. but also the attribution position changing and proper arrow direction for the |
Looking at the docs for
I'm wondering if there are similar cases where the popover will need to be moved to accommodate a system view that we're not considering. Can you think of any? We may want to use this delegate method in addition to repositioning the popover when attribution location changes. Thoughts? |
bd6fc9a
to
8c76bf8
Compare
@julianrex Here are all cases I can find which the alertview's position needs to be updated:
As you can see the only case I found which won't trigger
That's why I choose the current implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for double checking!
Please can you add an entry to the change log. |
8c76bf8
to
ac15f1a
Compare
The PR fixed #12897