marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.03k stars 799 forks source link

Add tip on how to test touch events #248

Closed Powell-v2 closed 6 years ago

Powell-v2 commented 6 years ago

Section "Touch events" (3rd edition, chapter 15) features an example which, in my opinion, deserves an extra line of explanation for those reading in desktop browser. Namely, I would mention responsive design mode and its ability to emulate mobile devices.

marijnh commented 6 years ago

I don't want to go into specific features of single browsers in the book, and dev tools change so fast that it'd be out of date in half a year anyway, so this is intentionally not mentioned.

Powell-v2 commented 6 years ago

Well, there is no need to go into details - plenty of docs available describing dev tools functionality. I thought it might help those new to web dev. Could be just one sentence : )