I have a StackLayout inside a Scroll View.
I need to add a webview inside the another child StackLayout . When i implement it the StackLayout is not taking the full height of the webview.
A scroll is coming inside the webview.
I need the StackLayout to take the full height of the webview.
Thanks in Advance