mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2
17 stars 0 forks source link

For better tablet and phone support, use Pointer events instead of (or in addition to) Mouse events #21

Open jhbrown94 opened 4 years ago

jhbrown94 commented 4 years ago

To support a broader range of devices out of the box, consider using Pointer events to abstract over the various input types, e.g. these: https://package.elm-lang.org/packages/mpizenberg/elm-pointer-events/latest