Hi,
Just to let you know. https://www.polymer-project.org/0.5/docs/polymer/touch.html recommends a reference to the Apple Developer Documentation. For example, a simple finger paint app needs plenty of work to behave correctly with mouse and touch: * Mouse events are only fired after the touch sequence ends. * Mouse events are not fired on elements without a click event handler. One must be attached by default, or directly on the element with "onclick". * Click events are not fired if the content of the page changes in a mousemove or mouseover event. * Click events are fired 300ms after the touch sequence ends. * More information: <http://developer.apple.com/library/safari/#documentation/appleapplications/ reference/safariwebcontent/HandlingEvents/HandlingEvents.html> Apple Developer Documentation. Regards. Joel Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/BAY403-EAS3060AB30475D726447F9AA5A1E60%40phx.gbl. For more options, visit https://groups.google.com/d/optout.
