-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Targeting New Window #11
Comments
Hello.. Thanks for reporting this issue. Could you please check whether you can fulfill your requirement with Thanks 🎉 |
It seems that window.create allows me to create a window and open a URL just fine, but it seems that I can't target that window via a simple link or with window.create after that. Here is what I experience.
With the JS function on a basic webpage I would experience the following:
Not sure if Neutralino.window.create is intended to allow for this kind of targeting, but it would be convenient in the simple app that I am creating. Thanks for your guidance! |
Hello,
Is there a way to target a window that you have created with Neutralino with a link from another window? I am hoping to be able to do something where clicking a link in the main window will open a URL in the second window, like this:
onclick="window.open('/url', 'mywin');"
Thanks!
The text was updated successfully, but these errors were encountered: