Daily updates from Odoo
Tuesday, August 7, 2018
1 change
Features or functions removed from Odoo
The Point of Sale interface no longer includes an old mobile touch helper that modern browsers do not need. This reduces unnecessary code and lowers the chance of touch-related issues without changing core business workflows.
Original PR description
It was introduced in 2013, but it's not needed in 2018. According to [library's note](https://github.com/ftlabs/fastclick): _As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing bugs into your application. Consider carefully whether you really need to use it._ Possible issues: * https://github.com/ftlabs/fastclick/issues * https://github.com/it-projects-llc/pos-addons/issues/728#issuecomment-410884970 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr