Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get html data from control in iOS #24

Open
nmano2188 opened this issue Dec 26, 2017 · 1 comment
Open

how to get html data from control in iOS #24

nmano2188 opened this issue Dec 26, 2017 · 1 comment

Comments

@nmano2188
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants