Last Updated: February 25, 2016
·
866
· ulisesrmzroche

How to enable touch controls for your Ember app

The easiest way to support touch controls for your Ember app on a mobile browser is to add this snippet of css

[data-ember-action] {
cursor: pointer;
}.