Esempio n. 1
0
 void Start()
 {
     Init();
     if (!string.IsNullOrEmpty(forceUrl))
     {
         _frameObject.LoadURL(forceUrl);
     }
     else
     {
         _frameObject.LoadURL(IsHybrid ? Uri : Url);
     }
     _frameObject.SetVisibility(true);
 }
Esempio n. 2
0
 void Start()
 {
     Init();
     if (!string.IsNullOrEmpty(forceUrl))
     {
         _fragementObject.LoadURL(forceUrl);
     }
     else
     {
         _fragementObject.LoadURL(IsHybrid ? Uri : Url);
     }
     _fragementObject.SetMargins(0, 0, 0, 200);
     _fragementObject.SetVisibility(true);
 }