Aditya M.

Results 101 comments of Aditya M.

Yes, or you can automate this with this simple hack: ```javascript Neutralino.events.on("ready", () => { let anchorLinks = document.querySelectorAll("a") anchorLinks.forEach((anchorLink) => { let href = anchorLink.href; anchorLink.onclick = () =>...

Actually there is nothing like `.neu` format, it's just what shalitha did. actually the file format of the `resource.neu` is "ASAR" file format. this is a type of archive just...

This issue Seems like more of a CSS Issue, because your code works on my system. Can you share a repository with the code? mainly the CSS and HTML. (btw...

Hi there! I tried the code you shared and it works fine on Linux, i am pretty sure it's not the Rendering Engine. Can you try stuff like `z-index`?

@shalithasuranga this pr was a bug fix, please review it.

This is not possible without any other javascript runtime, because you can't execute any javascript code until the webview window is launched

> Hello, you can use "borderless", set true It will disable the borders but not the icon from taskbar

> async function copyMyFile throws an error to console {"code":"NE_FS_COPYFER","message":"Cannot copy C:\\TEST\\Befehlsübersicht.txt to ./copied.txt"}. Same if I try it as a sync function (without await). > > If I rename...