We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1a31d commit e279967Copy full SHA for e279967
1 file changed
src/lib.rs
@@ -2012,8 +2012,6 @@ impl WebView {
2012
/// serialized into a JSON string and passed to the callback function.
2013
///
2014
/// Exception is ignored because of the limitation on windows. You can catch it yourself and return as string as a workaround.
2015
- ///
2016
- /// - ** Android:** Not implemented yet.
2017
pub fn evaluate_script_with_callback(
2018
&self,
2019
js: &str,
0 commit comments