[MOD-2309] Ti.Map: iOS - Annotations not added to the map when running on main thread
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2017-03-15T11:37:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Map |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2016-10-28T22:35:29.000+0000 |
Updated | 2018-03-06T18:52:27.000+0000 |
Description
When using
<property name="run-on-main-thread" type="bool">true</property>
and try to add an annotation to the map, no error is shown, but the annotation won't be added to the map. This does not happen with main thread disabled.
I just noticed the issue in one of my projects and will need to isolate the Ti.Map related code next.
Unfortunately, my simplified test-case cannot reproduce the issue. I'll need to dive into different ways to construct the involved parts.
Cannot reproduce it again, resolving for now.