Course
Skills Expanded
Play by Play: Cross-Browser Compatibility with Peter-Paul Koch
Web browser cross-compatibility expert PPK of quirksmode.org develops a simple touch-based Morse code application and tests it across a half dozen mobile devices including iOS, Windows, Android, Blackberry, and Kindle.
What you'll learn
Web browser cross-compatibility expert PPK of quirksmode.org develops a simple touch-based Morse code application and tests it across a half dozen mobile devices including iOS, Windows, Android, Blackberry, and Kindle.
Table of contents
Introduction
2mins
Introduction and Initial Touch Area
21mins
Detecting and Translating Characters and Words
47mins
- Implementing the Touch Handler 8m
- Testing the Touch Handler 5m
- Debugging a Timing Issue and Testing on All Devices 3m
- Adding the IE Pointer Event Handler 4m
- How Will We Distinguish Between a Long Tap and a Short Tap? 11m
- Lookup the Character for a Tapped Pattern and Print It 7m
- Detecting Word Breaks 10m