forked from bensochar/Web-2.0-Touch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Updated XML files for PhoneGap 1.9.0 support Bug fix: toolbar item positioning Bug fix: CSS segmented button problems Bug fix: transition jerky movements Enhancement: Added hidef icons for Retina screen iPhone submitions
- Loading branch information
Showing
29 changed files
with
447 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
CACHE MANIFEST | ||
./includes/jsTouch.js | ||
./includes/jquery.js | ||
./includes/iscroll.js | ||
./includes/cache.js | ||
./index.html | ||
./pages/test.php | ||
./pages/buttons.html | ||
./pages/tabs-tab4.html | ||
./pages/tabs.html | ||
./pages/forms_save.php | ||
./pages/home.html | ||
./pages/overlay-buttons.html | ||
./pages/tabs-tab3.html | ||
./pages/list-edgetoedge.html | ||
./pages/animations.html | ||
./pages/lists.html | ||
./pages/tabs-tab2.html | ||
./pages/overlays.html | ||
./pages/about.html | ||
./pages/forms.html | ||
./pages/tabs-tab1.html | ||
./pages/tabs-tab5.html | ||
./pages/overlay-msg2.html | ||
./pages/list-rounded.html | ||
./pages/overlay-list.html | ||
./pages/overlay-msg.html | ||
./pages/themes.html | ||
./w2touch-r1.zip | ||
./config.xml | ||
./cache.manifest | ||
./css/ipad-light.css | ||
./css/apple.css | ||
./css/core.css | ||
./css/ipad-dark.css | ||
./index.js | ||
./images/iphone_startup_p.png | ||
./images/iphone_startup_l.png | ||
./images/dark-linen.jpg | ||
./images/on_off.png | ||
./images/iphone_startup_2x.png | ||
./images/iphone4.png | ||
./images/iphone_icon_2x.png | ||
./images/iphone_icon.png | ||
./images/tabs/mute.png | ||
./images/tabs/play-back.png | ||
./images/tabs/person.png | ||
./images/tabs/go-right.png | ||
./images/tabs/flag.png | ||
./images/tabs/tag.png | ||
./images/tabs/guitar.png | ||
./images/tabs/sound-loud.png | ||
./images/tabs/note.png | ||
./images/tabs/play-pause.png | ||
./images/tabs/cloud.png | ||
./images/tabs/phone.png | ||
./images/tabs/unlock.png | ||
./images/tabs/music.png | ||
./images/tabs/tag2.png | ||
./images/tabs/search.png | ||
./images/tabs/lock.png | ||
./images/tabs/bright-light.png | ||
./images/tabs/bright-dark.png | ||
./images/tabs/clock.png | ||
./images/tabs/wizard.png | ||
./images/tabs/aim.png | ||
./images/tabs/delete.png | ||
./images/tabs/camera.png | ||
./images/tabs/play.png | ||
./images/tabs/passforward.png | ||
./images/tabs/go-left.png | ||
./images/tabs/info.png | ||
./images/tabs/heart.png | ||
./images/tabs/pause.png | ||
./images/tabs/sound-normal.png | ||
./images/tabs/rewind.png | ||
./images/stripes.png | ||
./images/web20-touch.xar | ||
./images/on_off_ios5.png | ||
./images/iphone_startup.png | ||
# hash: 8426351aa8c59ae750b8725e0c777baa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
id = "Web20TouchDemo" | ||
version = "1.0"> | ||
|
||
<name>Web 2.0 Touch Demo</name> | ||
<name>W2touch Demo</name> | ||
|
||
<description> | ||
A demo application for Web 2.0 Touch framework. You can fork it on github | ||
|
@@ -14,8 +14,21 @@ | |
<author href="http://web20boom.com" email="[email protected]"> | ||
Vitali Malinouski | ||
</author> | ||
|
||
<preference name="phonegap-version" value="1.8.1" /> | ||
<preference name="orientation" value="default" /> | ||
<preference name="target-device" value="universal" /> | ||
<preference name="fullscreen" value="false" /> | ||
<preference name="webviewbounce" value="false" /> | ||
<preference name="ios-statusbarstyle" value="black-opaque" />' | ||
|
||
<icon src="images/iphone_icon.png" gap:role="default" /> | ||
<gap:splash src="images/iphone_startup.png" gap:role="default" /> | ||
<icon src="images/iphone_icon.png" width="57" height="57" /> | ||
<icon src="images/iphone_icon2.png" gap:platform="ios" width="72" height="72" /> | ||
<icon src="images/iphone_icon_2x.png" width="114" height="114" /> | ||
|
||
<gap:splash src="images/iphone_startup.png" width="320" height="480" /> | ||
<gap:splash src="images/iphone_startup_2x.png" width="640" height="960" /> | ||
<gap:splash src="images/iphone_startup_l.png" width="1024" height="768" /> | ||
<gap:splash src="images/iphone_startup_p.png" width="768" height="1024" /> | ||
|
||
</widget> | ||
</widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.