You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thought was to use QR codes but IOS doesn't support a reader directly within the web app so my second thought is to automatically connect two devices if they are on the same network (check IP: https://github.com/websockets/ws#how-to-get-the-ip-address-of-the-client) but this could cause issues on semi-public networks such as within a student accomodation so probably not doable.
Any ideas welcome.
The text was updated successfully, but these errors were encountered:
Could show a long GUID on screen (currently only show the first 9 characters) and then provide the phone with OCR ability if that exists (https://github.com/naptha/tesseract.js#tesseractjs) -- Probably too slow for actual use but just an idea.
First thought was to use QR codes but IOS doesn't support a reader directly within the web app so my second thought is to automatically connect two devices if they are on the same network (check IP: https://github.com/websockets/ws#how-to-get-the-ip-address-of-the-client) but this could cause issues on semi-public networks such as within a student accomodation so probably not doable.
Any ideas welcome.
The text was updated successfully, but these errors were encountered: