Exemplo n.º 1
0
 private void PerformFakeAction(string obj)
 {
     Webview.InjectJavascriptAsync("returnValue = \"NewReturnValue\";").ConfigureAwait(false);
 }
Exemplo n.º 2
0
        private void UpdateLocation(string latitud, string longitud)
        {
            string method = "updateMarker(" + latitud + ", " + longitud + ")";

            Webview.InjectJavascriptAsync(method);
        }