Y
Hacker News
new
|
ask
|
show
|
jobs
by
smt88
1836 days ago
I tried to do this with a webpage, but Safari wasn't stable enough on an old iPad. It would crash every few hours.
I'd suggest a native app instead, whether you write it or find someone else's.
2 comments
schwartzworld
1836 days ago
You could probably do a full page refresh every so often which would fix your memory leak issues:
https://developer.mozilla.org/en-US/docs/Web/API/Location/re...
link
speedgoose
1836 days ago
That's a bit strange. Maybe the webpage had a memory leak.
link
smt88
1836 days ago
I'm sure it did, but it's hard to debug because of the depth and complexity of the stack (webpage code, rendering engine, browser, various OS layers).
link