[TIMOB-1227] iPhone: fix crash in multiple alerts
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:55:35.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.4.0 |
| Components | iOS |
| Labels | alert, ios, iphone |
| Reporter | Jeff Haynie |
| Assignee | Jeff Haynie |
| Created | 2011-04-15T02:47:09.000+0000 |
| Updated | 2011-04-17T01:55:35.000+0000 |
Description
If you call multiple alerts from different JS contexts (or the same) the app will crash. Also, alert should be synchronous like the browser and not async.
No comments