[TIMOB-7898] iOS: Expose applicationDidReceiveMemoryWarning to JavaScript side
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.0.0, Release 1.8.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Sandeep Bhimavarapu |
Assignee | Unknown |
Created | 2012-03-06T13:58:15.000+0000 |
Updated | 2018-03-06T18:57:59.000+0000 |
Description
The requirement is to expose applicationDidReceiveMemoryWarning to the JS side of the application, possibly as an event, so that custom memory management could be put in place (like manually removing any UI elements etc.).
No comments