The Setup
After a page finishes loading, I'm adding a _changes
listener to a couchdb longpoll
feed (just in case it matters, I'm using this function in the Kanso db
module).
Once the listener is added, mobile Safari's loading indicator starts spinning and it doesn't stop until the listener is removed.
The Problem
This makes users think the app is constantly downloading something.
The Question
Is there any way to make mobile Safari's loading indicator spin only when a change notification is received?
If not, is there a way to completely prevent mobile Safari's loading indicator from spinning?