framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
18 lines (17 loc) • 335 B
text/less
.ios {
.toolbar-pane,
.navbar .left,
.navbar .right,
.popover-inner,
.actions-group:not(.actions-grid .actions-group),
.searchbar-input-wrap,
.searchbar-disable-button,
.subnavbar,
.searchbar-input-wrap .autocomplete-dropdown,
.messagebar-area,
.notification,
.toast,
.fab > a {
touch-action: none;
}
}