try to create multiple window in tauri 2 but get 400 #9487
-
i copy this code from Guides in App.vue
get this error in console
what am i doing wrong.... |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Apr 17, 2024
Replies: 2 comments 4 replies
-
you should have a .json file in src-tauri/capabilities folder. Open that and there should be a Please bear with us while we're working on the docs... |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
FabianLars
-
That works, thx! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should have a .json file in src-tauri/capabilities folder. Open that and there should be a
permissions
array. Just add"webview:allow-create-webview-window"
to that and it should work.Please bear with us while we're working on the docs...