mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: sync with feature-7.5
This commit is contained in:
@@ -23,13 +23,13 @@ export class Platform {
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
backButton: BackButtonEmitter = new Subject<BackButtonEventDetail>() as any;
|
||||
backButton = new Subject<BackButtonEventDetail>() as BackButtonEmitter;
|
||||
|
||||
/**
|
||||
* The keyboardDidShow event emits when the
|
||||
* on-screen keyboard is presented.
|
||||
*/
|
||||
keyboardDidShow = new Subject<KeyboardEventDetail>() as any;
|
||||
keyboardDidShow = new Subject<KeyboardEventDetail>();
|
||||
|
||||
/**
|
||||
* The keyboardDidHide event emits when the
|
||||
|
||||
Reference in New Issue
Block a user