Closed bung87 closed 1 year ago
I do not understand the Bug report, but Pull Requests welcome, maybe it is even faster than explaining it to me... 🙂
isDataURL = (strncmp(webview_url, WEBVIEW_DATA_URL_PREFIX,
strlen(WEBVIEW_DATA_URL_PREFIX)) == 0);
will be fails in current implementation.
data:text/html,
compare to data:text/html;....
Sorry I dont get it, if you understand it maybe just send the Pull Request and will be merged.
Feel free to send PR @bung87 I dont fully understand your problem sorry, but I can merge the fix. 🙂
https://github.com/juancarlospaco/webgui/blob/bcd58620dc84c2d8520f63c4bccf7289256caeea/src/webgui.nim#L314