Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any plan to support webbrowser in unity? #48

Open
jiashie opened this issue Oct 8, 2021 · 3 comments
Open

any plan to support webbrowser in unity? #48

jiashie opened this issue Oct 8, 2021 · 3 comments

Comments

@jiashie
Copy link

jiashie commented Oct 8, 2021

I tried to use webbrowser in a c# dll, it works fine when used in winform. but cannot work in unity.
when invoke webbrowser.navigate, error as below:

NullReferenceException: Object reference not set to an instance of an object
System.Windows.Forms.WebBrowser.Navigate (System.Uri url)

but webbrowser is actually not null!

@KieranFoot
Copy link

Hi, the exception output you have shared is missing the vital stack dump that would help address your issue.
However, this most likely relies on something unimplemented in this library (I guess).

@Meragon
Copy link
Owner

Meragon commented Mar 16, 2022

Yeah, WebBrowser is not implemented here.

@Barshan-Mandal
Copy link

please implement it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants