[TIMOB-19682] iOS: Execute JavaScript on main thread by default
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-10-07T03:24:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Chee Kiat Ng |
Created | 2015-10-07T03:13:51.000+0000 |
Updated | 2015-10-29T23:14:27.000+0000 |
Description
In TIMOB-18976 we added the ability to execute JS on the main thread. We now should set this as default.
Note, this can ONLY be merged in 5.1.0 if it causes NO behavior changes. If it does, then we must wait until 6.0.
<ios>
<run-on-main-thread>true</run-on-main-thread>
<!-- more iOS stuff here... -->
</ios>
PR here: https://github.com/appcelerator/titanium_mobile/pull/7053 Approved and merged.