5
votes
3answers
132 views

What to display in mobile app web view when the URL won't load

I'm creating an app whose UI is simply a web browser that loads a URL. Let's not argue about why I'm implementing it this way (I already tried that with the higher-ups). It can still do the background ...
6
votes
4answers
213 views

Automatically redirecting to mobile app from home page?

We have an iPhone app that is our main focus. We have an informational website (3 pages). And we just created a mobile web version of the iPhone app for Android and other smartphone users. Our debate ...
4
votes
1answer
97 views

Automatically clear cache from scripts

I received a request to implement browser clear cache automatically when a user starts a session. This is the first time I encounter such a odd request. Is clear browser cache for a web application ...
3
votes
2answers
157 views

Mobile WebApp - Gradient vs. flat regarding UX

last days i checked a lot of pattern-sites for mobile web. If the app is using lists or buttons most of them are using a gradient background. Is there anything regarding UX or is this only a design ...
8
votes
6answers
229 views

Is speed the most important factor in mobile applications?

I've been noticing a trend when using my phone for music at work. Sites like Bandcamp have an excellent mobile site that is simple and intuitive. However, once I find a cool group on Bandcamp I end up ...
1
vote
1answer
227 views

Can this double picker be achieved by a web app (not a native app)?

Can this double picker be achieved by a web app in HTML (not a native app)?
4
votes
6answers
2k views

Should we always make every Link/Button atleast 44X44 size in Mobile site, According to iOS Human Interface Guidelines?

According to iOS Human Interface Guidelines The comfortable minimum size of tappable UI elements is 44 x 44 points. Should we follow this rule for Every link on Mobile Website for better ...
3
votes
2answers
228 views

What's the appropriate way using desktop like notifications in a webapp (chrome notification feature)

I'm planning to use Chrome's notifications feature. I want to show important informations on the notifications. My "users" are highly qualified technical persons, so i think it's good idea. But not so ...