SKLn-Rad / Xam.Plugin.Webview

Xamarin Plugin for a HybridWebView in PCL projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Methods don't work on ViewModel (Prism.Forms)

wollkopf opened this issue · comments

I am working with Xamarin Forms and Prism.Forms and if I want to call Xam.Plugin.Webview methods like webview.InjectJavascriptAsync(..) or webview.OnContendLoaded += ... the methods aren't working, when i use my viewmodel (nothing happens), in the code behind the the methods are working fine.

Has anybody else experienced similar problems?