Skip to Content
Safari® and WebKit Development for iPhone® OS 3.0
book

Safari® and WebKit Development for iPhone® OS 3.0

by Richard Wagner
November 2009
Intermediate to advanced
407 pages
8h 16m
English
Wrox
Content preview from Safari® and WebKit Development for iPhone® OS 3.0

Chapter 7. Handling Touch Interactions and Events

An essential part of any Web application is the ability to respond to events triggered by the user or by a condition that occurs on the client: the clicking of a button, the pressing of a key, the scrolling of a window. Whereas the user interacts with an HTML element, the entire document, or the browser window, JavaScript serves as the watchful eye behind the scenes that monitors all this activity taking place and fires off events as they occur.

With its touch interface, iPhone is all about direct interactivity with the user. As a result, it is not surprising that any iPhone Web app you create can handle the variety of gestures — finger taps, flicks, swipes, and pinches — that a user naturally performs as they interact with your app on their mobile device.

The Three Types of Touch Events

There are three primary types of touch-related events to consider when developing an iPhone Web app. These include the following:

  • Mouse emulation events: Events in which a one- or two-finger action simulates a mouse.

  • Touch events: Events that dispatch when one or more fingers touch the screen. You can trap touch events and work with multiple finger touches that occur at different points on the screen at the same time.

  • Gesture events: Combinations of touch events that also support scaling and rotation information.

The mouse emulation events are the ones that you'll be working with for most purposes inside your Web app. As such, I'll spend most of my time ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Extending MFC Applications with the .NET Framework

Extending MFC Applications with the .NET Framework

Tom Archer, Nishant Sivakumar

Publisher Resources

ISBN: 9780470549667Purchase book