mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(content): tap-click deadlock (#17170)
fixes #17138 fixes #16863 fixes #16191 fixes #16911
This commit is contained in:
@ -37,6 +37,12 @@
|
||||
--ion-background-color-rgb: 0,0,0;
|
||||
--ion-text-color-rgb: 255,255,255;
|
||||
}
|
||||
|
||||
[f] {
|
||||
background: green;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
class PageOne extends HTMLElement {
|
||||
@ -74,6 +80,15 @@
|
||||
<ion-button class="next">Go to Page Three</ion-button>
|
||||
</ion-nav-push>
|
||||
</div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
<div f></div>
|
||||
|
||||
</ion-content>
|
||||
`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user