문제

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