nuxt-modules / nuxt-modules/ionic

feat: `useCookie` should wrap Capacitor's `setCookie` on iOS

Open
#457 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
457
Forks
53
Avg merge
7h 32m
Merged PRs (30d)
21

Description

🆒 Your use case

Basically, registering cookies on iOS is not an option within standard WebViews.

🆕 The solution you'd like

Essentially wrap the capacitor's handler when the platform is iOS, at least:
https://capacitorjs.com/docs/apis/cookies#third-party-cookies-on-ios

🔍 Alternatives you've considered

No response

ℹ️ Additional info

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the useCookie entry point and review Capacitor's setCookie documentation for the iOS WebView case. The work is complete when useCookie wraps setCookie on iOS and the existing behavior remains intact on other platforms.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.