Strategy for mobile connection issues with editor
Strategy for mobile connection issues with editor
classic12
Posts: 228Questions: 60Answers: 4
Hi guys
Any ideas if a user is making edits and loses signal.
This discussion has been closed.
Answers
You could possibly buffer it locally, similar to the technique in this blog post. When the connection is re-established, it would submit the changes.
Alternatively, simply disallow changes when there is no connection (i.e. read only).
Allan