Maarten Dings

Results 17 comments of Maarten Dings

Try `cmake -G "Unix Makefiles" -S ./ -B build`

No I'm using https://github.com/yue/yue currently

You can use [systray](https://www.npmjs.com/package/systray) in the main process. I just tried it out and seems to be working as expected

Hmm that sounds like a good idea. But that doesn't trigger the promiseLoader effect on navigation. So I guess I have to add the same function to the pageChange callback...

I fixed this now using a navigation subscriber with a location.href mutation observer. However, now the page jumps to the top on every new page vies. Also when using the...

Hey @loteoo, > Sorry for the delayed response That's alright. Thanks for getting back to this. I've seen the PR and it's looking good for what I want to achieve....

I have the same issue. In my case this happens when the elements of the scollable container have an onClick property. ```html ``` They seem to trigger first before the...

Never mind. I solved it with the onClick callback as per below. Not sure if this is the most robus way of doing this though.. ``` onClick(state, event) { const...

@indrakaw And where is this **F**ine **M**anual you are talking about? The readme surely isn't enough to get one started..

Didn't work for me. Maybe I should try a clean build after running the command