mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Not working Dropdown and Popup (bootstrap) #488
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @graylobo on GitHub (May 14, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I make some Blazor page. github code link is below

https://github.com/graylobo/BlazorElectron
If I run it in browser, dropdown effect and popup effect work's good,

but if I run it in Electron.net, it doesn't work
Can I fix this problem?
@GregorBiswanger commented on GitHub (May 15, 2020):
Electron cannot find your jQuery instance.
To do this, you have to deactivate the node integration. This automatically changes everything to CommonJS. Important! If it is deactivated, you cannot use Electron.NET IPC communication. Then please use the standard communication from Blazor with your C# code.
Start without node integration:
Then it works:
@romuloteixeira commented on GitHub (May 10, 2021):
Hi,
I used this solution and worked for me.
https://github.com/ElectronNET/Electron.NET/issues/329#issuecomment-546612899
Example:
