Tips for Making UIWebView Look More Native

iOS
2015-06-08 10:21 (9 years ago) ytyng

Disabling Long Press Menus

CSS

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

*:not(input, textarea) {
  -webkit-user-select: none;
}

Improving Tap Response Speed

By default, the response to a tap can be sluggish because it waits for a potential double-tap. To improve this, you can use fastclick.js.

https://github.com/ftlabs/fastclick

Current rating: 5
The author runs the application development company Cyberneura.
We look forward to discussing your development needs.

Archive

2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011