B4J Question [Web][SithasoDaisy] - Issue - SUDIDevice runtime assign url -error failed to connect

SUDIDevice runtime assign url and got error unable to reach the site.:
public Sub DeviceShow(page As SDUIPage)
    Dim myDevice As SDUIDevice
    myDevice.AddDevice(Me,page.CellID(2,1),"mydevice")
    myDevice.DeviceType = "macbookpro"
    myDevice.DisplayType = "iframe"
    myDevice.Url= "https://www.google.co.in/"
    myDevice.Content = "https://www.google.co.in/"
    banano.Await(myDevice.Show)
End Sub

Dear Anele, Device has been created and displayed well. But url didn't connect.

1741446613719.png
 
Top