Example #1
0
 public void ShowContextMenu(double x, double y, string url, string innerText)
 {
     wvp.DoOnMainThreadAsync(() => { wvp.ShowContextMenu(x, y, url, innerText); }).ConfigureAwait(false);
 }
Example #2
0
 public void ShowContextMenu(double x, double y, string url, string innerText)
 {
     wvp.ShowContextMenu(x, y, url, innerText);
 }