tunerok/unity_browser

Localhost browser

eddyaboumansour opened this issue · 4 comments

Hello,
Thank you for this plugin I just want to ask how to apply it to a server that is running locally for example Localhost:4200 instead of google for initial URL. and thank you

@eddyaboumansour I'm glad the plugin is helpful to you. It was in this mode that I used it most of all. Try entering the local machine address 127.0.0.1, etc.

Yep I tried 127.0.0.1 and also tried entering my computer's IP address also, but it isn't working.

@eddyaboumansour how are things with the problem?

It worked, I just commented those two lines in BrowserEngine:
//_localhostname = WWW.EscapeURL(sharedfilename);
//initialURL = RedirectLocalhost(initialURL);
Thank You !