From 6f16f6d06f3e7138313d012d83e68c58be63256d Mon Sep 17 00:00:00 2001 From: James Romeril Date: Thu, 20 Aug 2015 13:12:39 +1000 Subject: Fixed typo --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index cbdb86c..6f10f0a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -25,7 +25,7 @@ title: Getting started · Ratchet

Use the documentation as a reference for all the available components and piece together the pages of your app. Be sure to look at the basic page template and example applications. Make sure to add ratchet-theme-ios.css or ratchet-theme-android.css to your app's <head> if you have a specific platform in mind.

2. Connect pages with push.js

-

Read about push.js then start connecting your pages. Push.js allows you to create a app that feels like a real app when you save it to your phone. Make sure that you have a server running, and that your browser is emulating touch events. Check out this tutorial on emulating touch events in Chrome (or Firefox) if you're not sure how to do that.

+

Read about push.js then start connecting your pages. Push.js allows you to create an app that feels like a real app when you save it to your phone. Make sure that you have a server running, and that your browser is emulating touch events. Check out this tutorial on emulating touch events in Chrome (or Firefox) if you're not sure how to do that.

3. Save the app to your phone

There are a few ways to do this, but the simplest is to run a local server on your computer, point Safari on your iPhone to your computer, then click the button and "Add to Home Screen". For Android, check out this guide.

-- cgit v1.2.3