Hacker News new | ask | show | jobs
by pmarreck 408 days ago
My solution would account for this as well.

The solution needs to be global. Literally, if any part of the screen just changed (except for watching videos, which would make them impossible to interact with), add a small interaction delay where taps are no-op'd.

1 comments

Video shouldn't count as the screen changing, it should just be an area of "media". It's appearance or disappearance could be counted as a change, but not the contents of the area itself. That could be a global rule to save much exception making.