Strategy for mobile connection issues with editor
Strategy for mobile connection issues with editor

Hi guys
Any ideas if a user is making edits and loses signal.
This discussion has been closed.
Hi guys
Any ideas if a user is making edits and loses signal.
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