forked from olcxjas-softworks/LarpixClient
Add back gesture support
This commit is contained in:
parent
3b2d474f3d
commit
38f8c147ae
1250 changed files with 39332 additions and 21 deletions
13
node_modules/@capacitor/app/dist/esm/web.d.ts
generated
vendored
Normal file
13
node_modules/@capacitor/app/dist/esm/web.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { WebPlugin } from '@capacitor/core';
|
||||
import type { AppInfo, AppPlugin, AppLaunchUrl, AppState, AppLanguageCode } from './definitions';
|
||||
export declare class AppWeb extends WebPlugin implements AppPlugin {
|
||||
constructor();
|
||||
exitApp(): Promise<void>;
|
||||
getInfo(): Promise<AppInfo>;
|
||||
getLaunchUrl(): Promise<AppLaunchUrl>;
|
||||
getState(): Promise<AppState>;
|
||||
minimizeApp(): Promise<void>;
|
||||
toggleBackButtonHandler(): Promise<void>;
|
||||
private handleVisibilityChange;
|
||||
getAppLanguage(): Promise<AppLanguageCode>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue