Hi there,
I've been struggling with this for a while now, but for some reason I can't seem to find the solution. So please help me out!
I'm trying to build a BlogPage which consists out of 4 parts;
1. Image (Red block in the demo)
2. WebView (With HTML content)
3. Label "Comments" Title bar
4. ListView of comments.
I would really like the page to be FULLY scrollable, so not only the listview and the webview, but the whole page in one. I made a Renderer for the WebView in iOS, but for some reason it doesn't fire the LoadFinished event and I can't seem to autoSize the WebView to its content size
Could anyone guide me into the right direction?