UNPKG

capacitor-scrollbar-hider

Version:

A Capacitor plugin to hide scrollbars in native WebViews for a cleaner, more native mobile experience.

6 lines (5 loc) 239 B
import { WebPlugin } from '@capacitor/core'; import type { ScrollbarHiderPlugin } from './definitions'; export declare class ScrollbarHiderWeb extends WebPlugin implements ScrollbarHiderPlugin { hideScrollbars(): Promise<void>; }