B4J Question [Web][SithasoDaisy] - SDUIDevice runtime connect url - not working error: refuse to connect

SDUIDevice runtime URL connect:
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/"
    myDevice.Show
End Sub

Dear Anele, any idea for this?
 
Top