-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
refactor!: use localhost for development on Android devices and emulators or iOS simulators #10437
Conversation
Package Changes Through 3110b2eThere are 6 changes which include tauri with prerelease, tauri-codegen with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri-plugin with prerelease, tauri-utils with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
ios dev
andandroid dev
now uses localhost for the development server unless running on an iOS device,which still requires connecting to the public network address. To conditionally check this on your frontend
framework's configuration you can check for the existence of the
TAURI_DEV_PUBLIC_NETWORK_HOST_REQUIRED
environment variable instead of checking if the target is iOS or Android (previous recommendation).