Вопрос

I would like to use the Android WebView EvaluateJavascript method with Xamarin in Visual Studio but this method is not available :

enter image description here

Is there a way to use this method with Xamarin ?

Это было полезно?

Решение

You would need to use API Level 19, otherwise it is not available. If you don't want to use API 19 then consider using LoadUrl("javascript:").

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top