Arno Gourdol

Results 274 comments of Arno Gourdol

I'm going to assume that this was fixed in Safari. Please reopen if you see it again on iOS 17.1 or later.

@loveleet-convivity unlikely to be related, since this issue was specific to iOS and you're seeing your issue in Chrome.

You're correct, there was a missing `canonical` handler. It has now been added. I have also fixed it so that chained relational operators get decomposed into boolean expressions, and so...

For the keyboard to be displayed in the parent document you must load the MathLive module in the parent document.

When creating your browser window, you need to set the `nodeIntegration` and `contextIsolation` properties as follow: ```js const win = new BrowserWindow({ width: 800, height: 600, sandbox: false, webPreferences: {...

Great to hear you're making some progress. Unfortunately, I had never used Electron until investigating this report. With a big of googling I was able to offer the suggestions above....

Not yet, and I will need to build a project to try to reproduce the problem before I can debug it.