We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 4.6.1 @capacitor/core: 4.6.1 @capacitor/android: 4.6.1 @capacitor/ios: 4.6.1 Installed Dependencies: @capacitor/cli: 4.6.1 @capacitor/core: 4.6.1 @capacitor/android: 4.6.1 @capacitor/ios: 4.6.1 [success] iOS looking great! 👌 [success] Android looking great! 👌
Android
Set a cookie using document.cookie and the server will be unable to read it.
document.cookie
Set a cookie using document.cookie and the server should see it. Web and iOS work fine.
https://github.com/silviogutierrez/capacitor-http-tester (#6177)
npm install
npm cap sync
npm run build && node server.js
http://localhost:3000
npx cap open ios
npx cap open android
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Capacitor Version
Platform(s)
Android
Current Behavior
Set a cookie using
document.cookie
and the server will be unable to read it.Expected Behavior
Set a cookie using
document.cookie
and the server should see it. Web and iOS work fine.Code Reproduction
https://github.com/silviogutierrez/capacitor-http-tester (#6177)
npm install
andnpm cap sync
to get both platforms working.npm run build && node server.js
to start the local server.http://localhost:3000
and see how everything works on the browser.npx cap open ios
and run the simulator, observe passing/failing tests.npx cap open android
and run the emulator, observe passing/failing test with issue number.The text was updated successfully, but these errors were encountered: