XAM-Consulting/TEditor

how to get html data from control in iOS

Opened this issue · 1 comments

WebView displayWebView = (WebView)TEditorControl.Children[1];
string strValue = ((HtmlWebViewSource)displayWebView.Source).Html.ToString();

This works fine in ANDROID. But not in iOS. Any work around?

I don't understand why you want to do this?