-
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.
- Loading branch information
1 parent
2f09f7b
commit 370f2ae
Showing
2 changed files
with
3 additions
and
2 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<widget id="Toolwatch.Toolwatch" version="0.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<widget id="Toolwatch.Toolwatch" version="0.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Toolwatch</name> | ||
<description>Measure the precision of your mechanical watches</description> | ||
<author email="[email protected]" href="https://toolwatch.io/">Mathieu Nayrolles</author> | ||
|
@@ -70,6 +70,7 @@ | |
<icon src="resources/wp8/icon/Background.png" width="159" height="159"/> | ||
<splash src="resources/wp8/splash/SplashScreenImage.png" width="768" height="1280"/> | ||
</platform> | ||
<preference name="KeyboardDisplayRequiresUserAction" value="false" /> | ||
<preference name="webviewbounce" value="false"/> | ||
<preference name="UIWebViewBounce" value="false"/> | ||
<preference name="DisallowOverscroll" value="true"/> | ||
|