You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/09/14 01:19:45 UTC

ios commit: [CB-4801] Add new iOS 7 properties for UIWebView in the config.xml

Updated Branches:
  refs/heads/master 5733521b4 -> 14d79b481


[CB-4801] Add new iOS 7 properties for UIWebView in the config.xml <preferences>


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/14d79b48
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/14d79b48
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/14d79b48

Branch: refs/heads/master
Commit: 14d79b481d2fe6d4cfc0036ced9bc9c99f8c504a
Parents: 5733521
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 13 16:19:36 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 13 16:19:36 2013 -0700

----------------------------------------------------------------------
 CordovaLibTests/CordovaLibApp/config.xml     | 4 ++++
 bin/templates/project/__TESTING__/config.xml | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/14d79b48/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaLibApp/config.xml b/CordovaLibTests/CordovaLibApp/config.xml
index cae1e58..89636b9 100644
--- a/CordovaLibTests/CordovaLibApp/config.xml
+++ b/CordovaLibTests/CordovaLibApp/config.xml
@@ -50,6 +50,10 @@
     <preference name="ShowSplashScreenSpinner" value="true" />
     <preference name="SuppressesIncrementalRendering" value="false" />
     <preference name="TopActivityIndicator" value="gray" />
+    <preference name="GapBetweenPages" value="0.0" />
+    <preference name="PageLength" value="0.0" />
+    <preference name="PaginationBreakingMode" value="page" /> <!-- page, column -->
+    <preference name="PaginationMode" value="unpaginated" /> <!-- unpaginated, leftToRight, topToBottom, bottomToTop, rightToLeft -->
 
     <feature name="LocalStorage">
         <param name="ios-package" value="CDVLocalStorage"/>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/14d79b48/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index cae1e58..89636b9 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -50,6 +50,10 @@
     <preference name="ShowSplashScreenSpinner" value="true" />
     <preference name="SuppressesIncrementalRendering" value="false" />
     <preference name="TopActivityIndicator" value="gray" />
+    <preference name="GapBetweenPages" value="0.0" />
+    <preference name="PageLength" value="0.0" />
+    <preference name="PaginationBreakingMode" value="page" /> <!-- page, column -->
+    <preference name="PaginationMode" value="unpaginated" /> <!-- unpaginated, leftToRight, topToBottom, bottomToTop, rightToLeft -->
 
     <feature name="LocalStorage">
         <param name="ios-package" value="CDVLocalStorage"/>