XAM-Consulting / TEditor

MIT License
63 stars 45 forks source link

how to get html data from control in iOS #24

Open nmano2188 opened 6 years ago

nmano2188 commented 6 years ago

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?

jessejiang0214 commented 6 years ago

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