jmarshall-com
jmarshall-com
### Issue Type - [ x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description I'm testing my app's onpause/onresume in low memory, so I've...
# Bug Report ## Problem In low memory, and on physical device only: In my `pause` event handler, I do `localStorage.setItem(...)` . Then in my `resume` and `deviceready` event handlers,...
### Issue Type - [x] Bug Report - [ ] Feature Request - [x] Support Question ## Description UPDATE 3: I managed to work around this using `blob:` URLs as...