0
votes
3answers
42 views

Can I ask a user to browse the Web in order to gather images?

In a mobile application, (on iOS to be exact) I would like to propose the user to import its own images, let's say twelve images for a calendar. If the images are not present on the device, I would ...
4
votes
3answers
157 views

Refresh button on a website

Is it useful/sensible to display a 'Refresh' button on a website's page (simple page, not dialog!), like the picture below? First I thought it's a good idea, but know I start to think it's not so ...
3
votes
3answers
118 views

What's the best way to open links from widgets?

I have a portal consists of set of widgets, each widget contains a block of data and a link to an application . it appears like this .My question is : what 's the best user experience to open the ...
12
votes
4answers
2k views

Should I manually hyperlink phone numbers using “tel:” on my websites?

In code, you have the ability to make a phone number on a website into a link by prepending the phone number in the href with a "tel:" So, for example, you can create a link to 800-867-5309 with the ...