From 3b972b7510be8c017717f23e078535a2d011b0ea Mon Sep 17 00:00:00 2001 From: BYUN Sangpil Date: Fri, 9 Aug 2013 14:18:14 +0900 Subject: [PATCH 1/2] Simple vibration Example --- Vibration/index.html | 18 ++++++++++++++++++ Vibration/manifest.webapp | 13 +++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Vibration/index.html create mode 100644 Vibration/manifest.webapp diff --git a/Vibration/index.html b/Vibration/index.html new file mode 100644 index 0000000..3788704 --- /dev/null +++ b/Vibration/index.html @@ -0,0 +1,18 @@ + + + + + Vibrator Example + + + + + + + diff --git a/Vibration/manifest.webapp b/Vibration/manifest.webapp new file mode 100644 index 0000000..88f4b87 --- /dev/null +++ b/Vibration/manifest.webapp @@ -0,0 +1,13 @@ +{ + "name": "Vibration", + "description": "Vibration API test app", + "launch_path": "/index.html", + "icons": { + "128": "nothing.png" + }, + "developer": { + "name": "고윤지, 변상필, 정규용", + "url": "" + }, + "default_locale": "ko" +} From 6b2bc22f9f866558a13a36f1429f621c011591b4 Mon Sep 17 00:00:00 2001 From: BYUN Sangpil Date: Fri, 9 Aug 2013 14:22:51 +0900 Subject: [PATCH 2/2] Chnage title name :) --- Vibration/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vibration/index.html b/Vibration/index.html index 3788704..90066e8 100644 --- a/Vibration/index.html +++ b/Vibration/index.html @@ -2,10 +2,10 @@ - Vibrator Example + Vibration API Example - +