Hi community, This question has been asked a couple of times before, but some time ago with for me unfullfilling answers. Since the Mendix offline implementation has improved significantly over the past year I wanted to verify again: Does Mendix have a standard for checking whether a user is online? We need this in our offline app to ‘know’ whether objects need to be synced at a later stage. For now we have implemented a simple Java Script action that tries to hit a specific site and if status code 200 is returned, the Mendix app perceives this as the user being online. I would have really liked if there was some variable or standard javascript solution from Mendix itself. Does anybody know of such a thing?
asked
Ivo Sturm
2 answers
3
Hi Ivo,
Expanding on what Javith said, there are several JS actions that can be used (Celluar, Wifi and General).