aiber-test/www/status-tap-b46a1b02-js-es2015.js
2020-12-18 09:30:04 +00:00

42 lines
1.5 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["status-tap-b46a1b02-js"],{
/***/ "./node_modules/@ionic/core/dist/esm/status-tap-b46a1b02.js":
/*!******************************************************************!*\
!*** ./node_modules/@ionic/core/dist/esm/status-tap-b46a1b02.js ***!
\******************************************************************/
/*! exports provided: startStatusTap */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "startStatusTap", function() { return startStatusTap; });
/* harmony import */ var _index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index-e806d1f6.js */ "./node_modules/@ionic/core/dist/esm/index-e806d1f6.js");
const startStatusTap = () => {
const win = window;
win.addEventListener('statusTap', () => {
Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["f"])(() => {
const width = win.innerWidth;
const height = win.innerHeight;
const el = document.elementFromPoint(width / 2, height / 2);
if (!el) {
return;
}
const contentEl = el.closest('ion-content');
if (contentEl) {
contentEl.componentOnReady().then(() => {
Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["c"])(() => contentEl.scrollToTop(300));
});
}
});
});
};
/***/ })
}]);
//# sourceMappingURL=status-tap-b46a1b02-js-es2015.js.map