awt2542 / ViewController-for-Framer

Multi step user flows in Framer.js
416 stars 35 forks source link

minimum tappable area #9

Open josefrichter opened 8 years ago

josefrichter commented 8 years ago

Some icons (typical example is a simple back icon) are way too small to be tappable. The minimum tappable area on iPhone should be at least 88x88px (@2x). Would it be possible to maybe auto-generate a 88x88 tappable layer under each tappable element?

If that layer would also blink when you tap outside anything tappable, that would be great.

awt2542 commented 8 years ago

I've been thinking about that too. It's a really good idea. I don't think the blink thing should be part of the controller. I know it's on the todo-list for Framer core – which would likely be a better approach.