ブラウザサポート
Ionicの本来の目標は、HTML、CSS、JavaScriptといったWeb技術を使用してモバイルアプリを開発することを簡単にすることでした。Ionicはこのウェブテクノロジーの基盤により、ウェブ、iOS、Android、ブラウザ、PWAなど、どこでも実行できます。
モバイルブラウザ
スタイルの適用を追求するために, Ionicは以下のモバイルプラットフォームを完全にサポート、テストしています。:
Framework | Android | iOS |
---|---|---|
Ionic v7 | 5.1+ with Chromium 79+ | 14.0+ |
Ionic v6 | 5.0+ with Chromium 60+ | 13.0+ |
Ionic v5 | 5.0+ | 11.0+ |
Ionic v4 | 4.4+ | 10.0+ |
note
最新のプラットフォームの情報については latest Android stats と latest iOS stats をご確認ください。
A Note on Android Support
Starting with Android 5.0, the webview was moved to a separate application that can be updated independently of Android. This means that most Android 5.0+ devices are going to be running a modern version of Chromium. However, there are a still a subset of Android devices that are unable to have their webview updated. These webviews are typically stuck at the version that was available when the device initially shipped.
To figure out what version of the webview a device is running, log window.navigator.userAgent
to the console when inspecting the application using Chrome Dev Tools.
Desktop Browsers
Because Ionic is based on web technologies, it works just as well on desktop browsers as it does on mobile devices. For more information on desktop layouts, see Cross Platform.
Browser | Ionic v7 | Ionic v6 | Ionic v5 | Ionic v4 |
---|---|---|---|---|
Chrome | 79+ | 60+ | ✔ | ✔ |
Safari | 14+ | 13+ | ✔ | ✔ |
Edge | 79+ | 79+ | 79+ | ✔ |
Firefox | 70+ | 63+ | ✔ | ✔ |
IE 11 | X | X | X | X |