Hi,
i have this code, it do not work if i use punycode like xn--strenik-gxb.net, but it works ok if i use normal domain name like aservis.si or some other.
...
spletnastran="xn--strenik-gxb.net"
...
Sub JobDone (job1 As HttpJob)
If job1.JobName="Job1" And job1.Success=True Then
WebView1.LoadUrl("http://" & spletnastran)
Else
Msgbox2("Error loading website",spletnastran,"ok","","",Null)
ExitApplication
End If
End Sub
Any suggestion how to fix this?
Thanks in advance!
I try this with my copy of b4a (4.30) and with b4a trial latest version, same result.