-
Notifications
You must be signed in to change notification settings - Fork 509
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
Symbol dragging on ios #749
Comments
I looked at the code to see if maybe I could fix it and it seems, dragging is implemented in iOS(?) But still not working on my device. Could this be an issue with the underlaying iOS mapbox annotation library? |
I feel that more features are not developed on iOS - linePattern for line styles (like dotted one) works only on Android |
I have found the cause but got no idea how to fix it.
Adding a long-press handler breaks dragging functionality completely.
I guess it's something about the order of events? |
This might be related to this old issue? #156 |
@felix-ht I don't think so. If I remove long press handler completely annotations become draggable. On ios long press is used to grab annotation before it starts dragging, probably some kind of events order conflict happens and pan/drag handler doesn't get invoked correctly |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'd like to fix symbol dragging on iOS. My work zone design application really needs this. Is this issue actually well understood, it looks like some debugging is still needed. Have the APIs for flutter been fleshed out yet? Anyone have an informed opinion on what effort might be required to get dragging working properly on iOS? I need to give my boss an effort estimate in order to justify the time to work on this. |
its fixed on current master. The whole annotations part was completely rewritten in dart. |
On Android symbol dragging works just fine but on ios, nope (at least not for me). I guess it's not yet implemented for ios?
Related:
#130
mapbox/mapbox-annotation-extension#43
The text was updated successfully, but these errors were encountered: