Can I use a browser to access the UI of a packaged tauri app? #9495
Answered
by
FabianLars
xiaguangbo
asked this question in
Q&A
-
such as access tauri across devices within a local area network |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Apr 18, 2024
Replies: 1 comment 1 reply
-
By default the UI is only accessible inside the app itself. You can expose it on a localhost http server with https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/localhost though. If you also need tauri's apis to work you'll need https://github.com/tauri-apps/tauri-invoke-http/ too. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xiaguangbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default the UI is only accessible inside the app itself. You can expose it on a localhost http server with https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/localhost though. If you also need tauri's apis to work you'll need https://github.com/tauri-apps/tauri-invoke-http/ too.