docs: update Capacitor 9 docs outside guides and plugin APIs - #591
Open
andredestro wants to merge 1 commit into
Open
docs: update Capacitor 9 docs outside guides and plugin APIs#591andredestro wants to merge 1 commit into
andredestro wants to merge 1 commit into
Conversation
Updates cap run CLI docs and the live-reload guide for the --url flag merge, refreshes iOS/Android minimum platform mentions, and adds a v9 row to the support policy and target SDK tables. RMET-5322
andredestro
requested review from
ItsChaceD,
OS-pedrogustavobilro,
OS-ruimoreiramendes,
alexgerardojacinto,
jcesarmobile,
markemer and
theproducer
August 12, 2026 13:52
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates Capacitor 9 documentation that falls outside the app/plugin migration guides and the auto-generated plugin API pages:
docs/cli/commands/run.mdanddocs/main/guides/live-reload.md: replace the removed--live-reload/-l/--host/--port/--httpsflags with the new--urlflag (verified directly against the CLI's current option list on thenextbranch)docs/main/ios/index.md: iOS 15+ / Xcode 26.0+ → iOS 16+ / Xcode 27.0+docs/main/android/index.md: API 24+ → API 26+ (both the general support statement and the emulator note), keeping the Chrome-vs-System-WebView distinction accurate for the new floor (Android 8-9 vs 10+)docs/main/android/setting-target-sdk.md: exampletargetSdkVersion36 → 37docs/main/getting-started/environment-setup.md: Node 22 → 24, Xcode 26.0 → 27.0, Android Studio 2025.2.1 → 2025.3.3, minimum installable SDK API 24 → 26, latest stable Android 16 (API 36) → Android 17 (API 37)docs/main/reference/support-policy.mdx: added av9row to all three tables (release status, compatibility recommendations, minimum supported platforms), markedUnreleased/TBD where there's no public date yetChange Type
Rationale / Problems Fixed
docs/mainnow represents the unreleased Capacitor 9 (next), but several reference pages still described Capacitor 8 minimums and the old live-reload CLI flags. These are locked-in facts already shipped in thenextbranch (Node/iOS/Android floors, the--urlflag), so keeping the docs stale would actively mislead anyone testing against Capacitor 9 alpha.Internal Jira reference: https://outsystemsrd.atlassian.net/browse/RMET-5322
Tests or Reproductions
Every changed value was verified against the actual Capacitor 9
nextbranch (CLI option list,variables.gradle,--versionoutputs) rather than inferred, and cross-checked with the internal System Requirements doc for the platform floors. Verifiednpm run build(Docusaurus) succeeds with no broken links or routes.Note: unlike the other changes, the
support-policy.mdxv9row records values that are still moving pre-GA (e.g. Xcode 27 is in beta at the time of writing). Decided to add it now anyway and revisit if it drifts before GA, rather than waiting until release like previous majors did.Screenshots / Media
N/A
Platforms Affected