Add ‘My Location’ button to search locations input
Map pin always to indicate a location. in your case ‘Where’. instead of where you can use ‘use my location’ if the user … Read more
Map pin always to indicate a location. in your case ‘Where’. instead of where you can use ‘use my location’ if the user … Read more
I think the problem is the approach. You are providing the user a method of selection that makes it easy for the devs … Read more
Let the user type it with a keyboard predefined as a numpad. Look at how alibaba.com does it in their app 🙂
Is it possible to communicate with the system / app via API? Probably the end users are using Excel / Spreadsheets for their … Read more
If I think correctly, the programmable components are the basic combinations If we have 5 variables – then 120 permutation without repetition Partial … Read more
Q1. Is this for data input (in which case you want it to be as painless as possible) or for a game (in … Read more
There are a couple of elements I see rare or unusual in the design: The button moves when adding new numbers, this is … Read more
Try baking the constraint into the table header, and have an interaction when a user changes the ‘X’ per type. I don’t know … Read more
Yes it can. Take a look at Sencha Touch. The example below is from my iPhone in Safari (HTML5 app).
I would try to separate these actions to lower user’s confusion. Having to many cascaded dropdowns (and in general, any depending on each … Read more