Ejemplo n.º 1
0
        private async void ViewModelOnScrolled(string label)
        {
            if (!string.IsNullOrEmpty(label))
            {
                List <string> arguments = new List <string>();
                arguments.Add(label);

                await ArticleHtmlView.InvokeScriptAsync("ScrollTo", arguments);
            }
        }
Ejemplo n.º 2
0
 private async void ViewModelOnHideBlocksClosed()
 {
     await ArticleHtmlView.InvokeScriptAsync("CloseHideBlocks", null);
 }