You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/12/13 15:32:33 UTC

spec commit: CB-5594 Added IAB test for disallowoverscroll option.

Updated Branches:
  refs/heads/master d5c2bb024 -> 4e31ad0fe


CB-5594 Added IAB test for disallowoverscroll option.


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/4e31ad0f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/4e31ad0f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/4e31ad0f

Branch: refs/heads/master
Commit: 4e31ad0fe6720baeebde09f2a93b1ccf94aa61c1
Parents: d5c2bb0
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Dec 13 09:32:01 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Dec 13 09:32:01 2013 -0500

----------------------------------------------------------------------
 inappbrowser/index.html | 2 +-
 inappbrowser/local.html | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/4e31ad0f/inappbrowser/index.html
----------------------------------------------------------------------
diff --git a/inappbrowser/index.html b/inappbrowser/index.html
index 5786302..2bf72e0 100644
--- a/inappbrowser/index.html
+++ b/inappbrowser/index.html
@@ -212,7 +212,7 @@
     <div class="btn large" onclick="doOpen('local.html', '_self');">Target=Self: CordovaWebView</div>
     <div class="btn large" onclick="doOpen('local.html', '_system');">Target=System: Error</div>
     <div class="btn large" onclick="doOpen('local.html', '_blank');">Target=Blank: InAppBrowser</div>
-    <div class="btn large" onclick="doOpen('local.html', 'random_string', 'location=no');">Target=Random, location=no: InAppBrowser</div>
+    <div class="btn large" onclick="doOpen('local.html', 'random_string', 'location=no,disallowoverscroll=yes');">Target=Random, location=no,disallowoverscroll=yes: InAppBrowser</div>
     <div class="btn large" onclick="doOpen('local.html', 'random_string', 'toolbarposition=bottom');">Target=Random, toolbarposition=bottom: InAppBrowser</div>
     <div class="btn large" onclick="doOpen('local.html', 'random_string', 'toolbarposition=top');">Target=Random, toolbarposition=top: InAppBrowser</div>
     <div class="btn large" onclick="doOpen('local.html', 'random_string', 'toolbarposition=top,location=no');">Target=Random, toolbarposition=top,location=no: InAppBrowser</div>

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/4e31ad0f/inappbrowser/local.html
----------------------------------------------------------------------
diff --git a/inappbrowser/local.html b/inappbrowser/local.html
index 8f926fa..4fcfadc 100644
--- a/inappbrowser/local.html
+++ b/inappbrowser/local.html
@@ -37,7 +37,8 @@
       <div><a href="http://www.yahoo.com">Visit Yahoo</a></div>
       <div><a href="http://www.stluciadance.com/prospectus_file/sample.pdf">Check out my remote PDF</a></div>
       <div><a href="local.pdf">Check out my local PDF</a></div>
-    <h2> </h2><div class="backBtn" onclick="history.back();">Back</div>
+    <h2> </h2><a href="javascript:;" onclick="history.back();">Back</div>
+    <div style="height: 1000px;border:1px solid red;">tall div with border</div>
   </body>
   <script>
       function updateUserAgent() {