[NUI] Support scroll in WebView. (#2528)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Tue, 26 Jan 2021 11:15:57 +0000 (19:15 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 27 Jan 2021 11:05:23 +0000 (20:05 +0900)
commite99cfddb2fdc481a4452da9aa23fc7af2a4208a0
tree1ad98d78ab7c08da79c52fb00cc81c88267f393e
parent375ff9cc63b4e76776e19a76a69244c4498e8ff5
[NUI] Support scroll in WebView. (#2528)

1) ScrollPosition, ScrollSize, ContentSize properties are added.
2) ScrollBy is added.
3) ScrollEdgeReached events are notified when scrolled to edge.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebView.cs
src/Tizen.NUI/src/internal/WebViewScrollEdgeReachedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebViewScrollEdgeReachedSignal.cs [new file with mode: 0755]
test/Tizen.NUI.WebViewTest/Tizen.NUI.WebViewTest.csproj [new file with mode: 0755]
test/Tizen.NUI.WebViewTest/Tizen.NUI.WebViewTest.sln [new file with mode: 0755]
test/Tizen.NUI.WebViewTest/WebViewApp.cs [new file with mode: 0755]
test/Tizen.NUI.WebViewTest/shared/res/Tizen.NUI.WebViewTest.png [new file with mode: 0755]
test/Tizen.NUI.WebViewTest/tizen-manifest.xml [new file with mode: 0755]