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

Missing LoadHTML Overload #11

Open
delinx32 opened this issue Oct 9, 2021 · 1 comment
Open

Missing LoadHTML Overload #11

delinx32 opened this issue Oct 9, 2021 · 1 comment

Comments

@delinx32
Copy link

delinx32 commented Oct 9, 2021

What would it take to get this:

public static extern void ViewLoadHtml([NativeTypeName("ULView")] View* view, [NativeTypeName("ULString")] String* htmlString);

To have the url parameter that appears here:

https://github.com/ultralight-ux/Ultralight-API/blob/a221b7f8654f04dff1df9dd40b0cc9b4d746b03e/Ultralight/View.h#L173

I think i'm having issues loading images with loadHtml because it does not know the url to load the images from and this url parameter would probably (maybe?) solve my issue.

@SupinePandora43
Copy link
Contributor

C api that is being used doesn't expose so

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

2 participants