We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One idea to build on extra field is for the fields to have a type. Lets say NFC data.
A user is using the app on their phone and they want to load in their info using a nfc smart card into a field named user. They can use nfc on their phone to get this data into the field. There is a API for this https://developer.mozilla.org/en-US/docs/Web/API/Web_NFC_API
Same thing for maybe location. https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API
So when we are creating extra fields we need to be able to select a field type. Type could be Date, Time, Location, NFC and so on.
Cool thing is that this works on Android, iOS and PC.
Maybe we could start with date, time and location.
Hope you understand what I'm saying.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One idea to build on extra field is for the fields to have a type. Lets say NFC data.
A user is using the app on their phone and they want to load in their info using a nfc smart card into a field named user.
They can use nfc on their phone to get this data into the field.
There is a API for this https://developer.mozilla.org/en-US/docs/Web/API/Web_NFC_API
Same thing for maybe location.
https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API
So when we are creating extra fields we need to be able to select a field type.
Type could be Date, Time, Location, NFC and so on.
Cool thing is that this works on Android, iOS and PC.
Maybe we could start with date, time and location.
Hope you understand what I'm saying.
The text was updated successfully, but these errors were encountered: