Example #1
0
 internal void OnHtmlLoadCompletedCAllBack()
 {
     //Send InitContainer request
     _manager.SendInitContainer();
 }
Example #2
0
 public void PageHasBeenLoaded()
 {
     // TODO: stop the loader and send the JSON of the init
     System.Diagnostics.Debug.WriteLine("pagina caricata");
     _webViewManager.SendInitContainer();
 }