You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/09/23 13:42:07 UTC

[cordova-docs] branch master updated: Add info that scrolling needs to be enabled if required on win 10 local mode (#889)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b1978c  Add info that scrolling needs to be enabled if required on win 10 local mode (#889)
3b1978c is described below

commit 3b1978c08d514b134eb11659a943e4f9fd48b1fe
Author: Dominic Lerbs <do...@hallojapan.de>
AuthorDate: Sun Sep 23 15:42:02 2018 +0200

    Add info that scrolling needs to be enabled if required on win 10 local mode (#889)
    
    ### Platforms affected
    Windows 10
    
    ### What does this PR do?
    Adds info to the docs that scrolling on Windows 10 Local mode needs to be enabled explicitly. See also this discussion: https://github.com/apache/cordova-windows/issues/291
    
    ### What testing has been done on this change?
    None
---
 www/docs/en/dev/guide/platforms/windows/index.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/docs/en/dev/guide/platforms/windows/index.md b/www/docs/en/dev/guide/platforms/windows/index.md
index 5029647..f6c4f92 100644
--- a/www/docs/en/dev/guide/platforms/windows/index.md
+++ b/www/docs/en/dev/guide/platforms/windows/index.md
@@ -395,7 +395,7 @@ or AngularJS directly in your code, without any changes.  To do so, it removes y
 capabilities when certifying your app in the Windows Store.  The removal of these capabilities usually doesn't
 prevent accessing certain functionality, but it might require the use of a different combination of APIs or tactics.
 
-## Effect of Remote Mode on capabilities
+### Effect of Remote Mode on capabilities
 The following capabilities are unavailable when deploying your Remote Mode application to the Windows Store:
 
 - Enterprise Authentication (`enterpriseAuthentication`)
@@ -414,5 +414,8 @@ The network-related restrictions must be worked around by either using an API th
 
 The Enterprise Authentication and Shared User Certificates capabilities are specifically targeted at Enterprise scenarios.  These capabilities are supported for private/enterprise-enabled App Stores, so if you are building apps which are going to be deployed to an internal deployment mechanism, you can still support these.  However, they are not supported for Remote Mode apps in the public Windows Store.  When you build targeting Windows 10, if one of these capabilities is detected in yo [...]
 
+### Scrolling in Local Mode
+While scrolling of the WebView is enabled by default in "Remote mode" and on the other platforms, in "Local Mode" this is not the case. If scrolling is required in "Local Mode", it can be enabled using the CSS `overflow` property.
+
 [1]: https://msdn.microsoft.com/en-us/library/hh446593(v=vs.85).aspx
 [2]: https://technet.microsoft.com/en-us/library/ee624045(v=ws.10).aspx


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org