-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Allow opening devtools programmatically #287
Comments
I got it to works on windows and linux. Mac is a pain i need to keep trying… i’ll update my progress here. |
I think last time we checked macOs, it was a private api |
yes it's a private api on mac. I don't feel like expose a method is a good idea in this case. |
I think we can expose a method and hide it under |
Thanks a lot for pushing this over the finish line @wusyong. Is this already somewhere in the docs? |
@schickling if you're asking about wry then yes: If you're asking about tauri, then the docs won't be available until the next release (really really soon). If you're using the git version of tauri you can see the docs in the PR code: https://github.com/tauri-apps/tauri/pull/3350/files (this is not merged yet!). |
Could we be notified at that time ? Thanks |
We have a discord channel for that and you can subscribe to GitHub notifications (watch -> releases only). Otherwise I'd have to spend a whole day manually pinging people haha (you're not the first one askin for a notification, that's why) |
Could a role mention be added to it ?
Yeah but those are email-based. Thanks |
We will most likely do a |
See tauri-apps/tauri#1213.
On Linux it can be done with https://docs.rs/webkit2gtk/0.11.0/webkit2gtk/trait.WebInspectorExt.html#tymethod.show
The text was updated successfully, but these errors were encountered: