From 7b7028dffe7667220b8495df52cfcfb09db08bfe Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 9 Mar 2023 16:19:23 -0500 Subject: [PATCH 1/3] docs(gestures): remove browser support section --- docs/utilities/gestures.md | 12 ------------ versioned_docs/version-v6/utilities/gestures.md | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/docs/utilities/gestures.md b/docs/utilities/gestures.md index 5fe3f5fbeb5..ab65cfb8f7b 100644 --- a/docs/utilities/gestures.md +++ b/docs/utilities/gestures.md @@ -448,18 +448,6 @@ In the example above, we want to be able to detect double clicks on an element. See our guide on implementing gesture animations: [Gesture Animations with Ionic Animations](animations.md#gesture-animations) -## Browser Support - -| Browser/Platform | Supported Versions | -| ---------------- | ------------------ | -| **Chrome** | 22+ | -| **Safari** | 9+ | -| **Firefox** | 32+ | -| **IE/Edge** | 11+ | -| **Opera** | 30+ | -| **iOS** | 9+ | -| **Android** | 5+ | - ## Types | Name | Value | diff --git a/versioned_docs/version-v6/utilities/gestures.md b/versioned_docs/version-v6/utilities/gestures.md index 5fe3f5fbeb5..ab65cfb8f7b 100644 --- a/versioned_docs/version-v6/utilities/gestures.md +++ b/versioned_docs/version-v6/utilities/gestures.md @@ -448,18 +448,6 @@ In the example above, we want to be able to detect double clicks on an element. See our guide on implementing gesture animations: [Gesture Animations with Ionic Animations](animations.md#gesture-animations) -## Browser Support - -| Browser/Platform | Supported Versions | -| ---------------- | ------------------ | -| **Chrome** | 22+ | -| **Safari** | 9+ | -| **Firefox** | 32+ | -| **IE/Edge** | 11+ | -| **Opera** | 30+ | -| **iOS** | 9+ | -| **Android** | 5+ | - ## Types | Name | Value | From 321de2a1a206ce324969e569c83b08afbd193a97 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 9 Mar 2023 16:22:24 -0500 Subject: [PATCH 2/3] fix: remove links to util browser support from primary support page --- docs/reference/browser-support.md | 3 --- versioned_docs/version-v6/reference/browser-support.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/docs/reference/browser-support.md b/docs/reference/browser-support.md index 3b379c8ff3e..fe10d28861b 100644 --- a/docs/reference/browser-support.md +++ b/docs/reference/browser-support.md @@ -45,6 +45,3 @@ Because Ionic is based on web technologies, it works just as well on desktop bro | **Firefox** | 70+ | 63+ | ✔ | ✔ | | **IE 11** | **X** | **X** | **X** | **X** | -:::note -Check the docs for [Ionic Animations](../utilities/animations.md#browser-support) and [Ionic Gestures](../utilities/gestures.md#browser-support) for specific browser support related to those utilities. -::: diff --git a/versioned_docs/version-v6/reference/browser-support.md b/versioned_docs/version-v6/reference/browser-support.md index 6ec8794cdf1..98df3aa96b3 100644 --- a/versioned_docs/version-v6/reference/browser-support.md +++ b/versioned_docs/version-v6/reference/browser-support.md @@ -50,6 +50,3 @@ Because Ionic is based on web technologies, it works just as well on desktop bro | **Firefox** | 63+ | ✔ | ✔ | | **IE 11** | **X** | **X** | **X** | -:::note -Check the docs for [Ionic Animations](../utilities/animations.md#browser-support) and [Ionic Gestures](../utilities/gestures.md#browser-support) for specific browser support related to those utilities. -::: From 67b41a10f1347c89ae19dd68f330c58472680417 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 9 Mar 2023 16:29:53 -0500 Subject: [PATCH 3/3] chore: remove from v5 docs --- .../version-v5/reference/browser-support.md | 4 ---- versioned_docs/version-v5/utilities/gestures.md | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/versioned_docs/version-v5/reference/browser-support.md b/versioned_docs/version-v5/reference/browser-support.md index 1a6775689d5..c4894f28f7a 100644 --- a/versioned_docs/version-v5/reference/browser-support.md +++ b/versioned_docs/version-v5/reference/browser-support.md @@ -26,7 +26,3 @@ Because Ionic is based on web technologies, it works just as well on desktop bro | **Edge** | 79+ | ✔ | | **Firefox** | ✔ | ✔ | | **IE 11** | **X** | **X** | - -:::note -Check the docs for [Ionic Animations](../utilities/animations.md#browser-support) and [Ionic Gestures](../utilities/gestures.md#browser-support) for specific browser support related to those utilities. -::: diff --git a/versioned_docs/version-v5/utilities/gestures.md b/versioned_docs/version-v5/utilities/gestures.md index 1d5a5689eda..80c96f088e1 100644 --- a/versioned_docs/version-v5/utilities/gestures.md +++ b/versioned_docs/version-v5/utilities/gestures.md @@ -439,18 +439,6 @@ In the example above, we want to be able to detect double clicks on an element. See our guide on implementing gesture animations: [Gesture Animations with Ionic Animations](animations.md#gesture-animations) -## Browser Support - -| Browser/Platform | Supported Versions | -| ---------------- | ------------------ | -| **Chrome** | 22+ | -| **Safari** | 9+ | -| **Firefox** | 32+ | -| **IE/Edge** | 11+ | -| **Opera** | 30+ | -| **iOS** | 9+ | -| **Android** | 5+ | - ## Types | Name | Value |