B4J Question How to pass a specific port to WebView LoadURL

GMan

Well-Known Member
Licensed User
Longtime User
I have to pass a specific port (for Erels CCTV Server Example with a WebView) in conjunction with the B4A Camera Client
On the PC Browser it works well, but when try to laod that adress in a WebView in B4J it didnt show the CamPicture(s) ?

This didnt work:
B4X:
    Cam1WebView.LoadUrl("192.168.3.102:57147")
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Note that the browser on PC does add the http:// automatically
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
Also without that it dont work.
I am using GChrome to show the stream, but maybe the internal WebView has other capabilities
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
With "localhost" it works :)
 
Upvote 0
Top