4
votes
1answer
75 views

Overriding Default Behavior of Mobile Browsers

In desktop web development, a big user experience no-no is to create a behavior that is not native to the browser. Such as: Disabling the right-click mouse button Creating your own context menu Not ...
3
votes
1answer
202 views

Search input on mobile device

I'm designing an mobile-web-app (ie: not a native app) for touchscreen smartphones. When you add a search input, do we need to add the search button (for processing the search) or use the one present ...
4
votes
7answers
294 views

Should we delay the website launch to work on improving user experience and accessibility?

Should we delay the Website launch to make it more and more better for User Experience and accessible, Is there any limit? I was making a website and i tried to make it as good as possible for better ...