UNPKG

swipe-back-control

Version:

Capacitor plugin to enable or disable the swipe back gesture on iOS devices for specific pages.

7 lines 282 B
import { registerPlugin } from '@capacitor/core'; const SwipeBackControl = registerPlugin('SwipeBackControl', { web: () => import('./web').then((m) => new m.SwipeBackControlWeb()), }); export * from './definitions'; export { SwipeBackControl }; //# sourceMappingURL=index.js.map