swarmcity / SwarmCityDapp

Swarm City dApp FrontEnd
MIT License
28 stars 10 forks source link

fix issue 432. tested on iphone #684

Closed hershkoy closed 6 years ago

hershkoy commented 6 years ago

the on-touchstart, on-touchend and on-touchmove attributes just above them are Polymer-specific. removing the browser ontouch* attributes solves the issue.

xardass commented 6 years ago

Yes! Good fix, it's a Polymer thing, I recognize this kind of issue, well done! Good work on the linting as well. I'm merging it now.