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
Bit of a tricky use case that I've run into here and am seeking some input from the community.
I'm building a pretty simple web application which will be displayed on a set of large touch screens - think 30ft wide and 6ft tall. This application has a bunch of buttons divided into separate categories - six different spaces to be exact.
We expect many users to be using this at the same time, as it will be placed in a place with heavy traffic in our office. We envision multiple users looking at different sides of the screen at the same time. When users tap a button, it will display some basic info about the button they clicked and then have a text input field to input their email address if they'd like this info emailed to them.
Multiple users could bring up this text input field in the current category they're looking at of the 6 noted above. I envision an onscreen keyboarding popping up to allow users to input their email and send off the form. Super easy if only one user is working at a time, but in this case, multiple forms could be seeking user input at the same time.
Please checkout issue #415 to see if that solution works for you.
This is exactly what I was looking for. We've yet to start up development but are working through Wireframes with the project leads. Thanks @Mottie for the timely reply - this will be exactly what we're looking to accomplish. :-)
Hi all-
Bit of a tricky use case that I've run into here and am seeking some input from the community.
I'm building a pretty simple web application which will be displayed on a set of large touch screens - think 30ft wide and 6ft tall. This application has a bunch of buttons divided into separate categories - six different spaces to be exact.
We expect many users to be using this at the same time, as it will be placed in a place with heavy traffic in our office. We envision multiple users looking at different sides of the screen at the same time. When users tap a button, it will display some basic info about the button they clicked and then have a text input field to input their email address if they'd like this info emailed to them.
Multiple users could bring up this text input field in the current category they're looking at of the 6 noted above. I envision an onscreen keyboarding popping up to allow users to input their email and send off the form. Super easy if only one user is working at a time, but in this case, multiple forms could be seeking user input at the same time.
I drew up a really quick mockup to hopefully make this clearer: https://imgur.com/a/WNgFzrc
Is there any way that two separate on-screen keyboards can exist at the same time while being set to only input text to a specific text input field?
Will gladly answer any questions or input on a better way to accomplish this.
Thanks all!
-Mike
The text was updated successfully, but these errors were encountered: