chore(docs): Update Instructions for Windows WebView Scrolling (#1927)

* Update with Windows Scroll with Touch Requirements

* Rephrase
This commit is contained in:
Chiara Mooney
2021-03-22 16:01:18 +01:00
committed by GitHub
parent 2973a50d7e
commit 9d9fda87fa
+2
View File
@@ -83,6 +83,8 @@ Add `#include "winrt/ReactNativeWebView.h"`.
Add `PackageProviders().Append(winrt::ReactNativeWebView::ReactPackageProvider());` before `InitializeComponent();`.
Note if you want to enable scroll with Touch for the WebView component you must disable perspective for your app using [ReactRootView.IsPerspectiveEnabled](https://microsoft.github.io/react-native-windows/docs/ReactRootView#isperspectiveenabled).
## 3. Import the webview into your component
```js