mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(e2e): force roboto font on all systems (#15993)
This commit is contained in:
@ -31,24 +31,24 @@ Licensed under MIT
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description |
|
||||
| ------------------------- | ----------------------------------------------------------- |
|
||||
| `ionSlideDidChange` | Emitted after the active slide has changed. |
|
||||
| `ionSlideDoubleTap` | Emitted when the user double taps on the slide's container. |
|
||||
| `ionSlideDrag` | Emitted when the slider is actively being moved. |
|
||||
| `ionSlideNextEnd` | Emitted when the next slide has ended. |
|
||||
| `ionSlideNextStart` | Emitted when the next slide has started. |
|
||||
| `ionSlidePrevEnd` | Emitted when the previous slide has ended. |
|
||||
| `ionSlidePrevStart` | Emitted when the previous slide has started. |
|
||||
| `ionSlideReachEnd` | Emitted when the slider is at the last slide. |
|
||||
| `ionSlideReachStart` | Emitted when the slider is at its initial position. |
|
||||
| `ionSlideTap` | Emitted when the user taps/clicks on the slide's container. |
|
||||
| `ionSlideTouchEnd` | Emitted when the user releases the touch. |
|
||||
| `ionSlideTouchStart` | Emitted when the user first touches the slider. |
|
||||
| `ionSlideTransitionEnd` | Emitted when the slide transition has ended. |
|
||||
| `ionSlideTransitionStart` | Emitted when the slide transition has started. |
|
||||
| `ionSlideWillChange` | Emitted before the active slide has changed. |
|
||||
| `ionSlidesDidLoad` | Emitted after Swiper initialization |
|
||||
| Event | Detail | Description |
|
||||
| ------------------------- | ------ | ----------------------------------------------------------- |
|
||||
| `ionSlideDidChange` | | Emitted after the active slide has changed. |
|
||||
| `ionSlideDoubleTap` | | Emitted when the user double taps on the slide's container. |
|
||||
| `ionSlideDrag` | | Emitted when the slider is actively being moved. |
|
||||
| `ionSlideNextEnd` | | Emitted when the next slide has ended. |
|
||||
| `ionSlideNextStart` | | Emitted when the next slide has started. |
|
||||
| `ionSlidePrevEnd` | | Emitted when the previous slide has ended. |
|
||||
| `ionSlidePrevStart` | | Emitted when the previous slide has started. |
|
||||
| `ionSlideReachEnd` | | Emitted when the slider is at the last slide. |
|
||||
| `ionSlideReachStart` | | Emitted when the slider is at its initial position. |
|
||||
| `ionSlideTap` | | Emitted when the user taps/clicks on the slide's container. |
|
||||
| `ionSlideTouchEnd` | | Emitted when the user releases the touch. |
|
||||
| `ionSlideTouchStart` | | Emitted when the user first touches the slider. |
|
||||
| `ionSlideTransitionEnd` | | Emitted when the slide transition has ended. |
|
||||
| `ionSlideTransitionStart` | | Emitted when the slide transition has started. |
|
||||
| `ionSlideWillChange` | | Emitted before the active slide has changed. |
|
||||
| `ionSlidesDidLoad` | | Emitted after Swiper initialization |
|
||||
|
||||
|
||||
## Methods
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
|
||||
<style>
|
||||
ion-slides {
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
<style>
|
||||
ion-slide {
|
||||
height: 200px !important;
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
<style>
|
||||
ion-slide {
|
||||
height: 200px !important;
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Slides - Standalone</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/core.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/core.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user