Skip to content
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(text-zoom): don't use deprecated Plugins object #2237

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Conversation

jcesarmobile
Copy link
Member

Plugins object is being removed in Capacitor 7

getPreferred() method is not really called, as there is a getPreferred() native iOS method, the Capacitor internal code will use the native method when available instead of the one in the typescript code. But needs to be declared since it implements TextZoomPlugin and typescript will complain if not present, so change it to just "throw".

Copy link

github-actions bot commented Nov 7, 2024

Released dev build of text-zoom with dev version: 7.0.0-dev-2237-20241115T152507.0

@jcesarmobile jcesarmobile merged commit ebdb193 into main Nov 15, 2024
9 checks passed
@jcesarmobile jcesarmobile deleted the zoom-7 branch November 15, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants