Offlne login page

1
How do you make an offline login page for native mobile? The signin activity in NanoflowCommons needs network, but it must be possible to sign in a known user/ telephone without network connection (I think offline first stands for that, but there is no good documentation about it)
asked
1 answers
2

Signing in is only possible when online. That ensures only data will be synced to the device that the user has access rights to. No data is available in the local database once the user signs out again. 

answered