February 2014
Intermediate to advanced
410 pages
8h 15m
English
The previous recipe covered making a call directly from your mobile website. Making it easy for the user to send an SMS is also a useful feature. This recipe will show you how to add a button that, when clicked, will open the default SMS client on the user's device.
Create recipe-5.html in the chapter10 folder you created before starting this chapter.
It is easy to allow users to be able to quickly send an SMS message to you via your mobile website. Perform the following simple steps to learn how:
recipe-5.html using the following code:<!DOCTYPE html> <html> ...
Read now
Unlock full access