File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22title : Keyboard Capacitor Plugin API
33description : The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
4- custom_edit_url : https://github.com/ionic-team/capacitor-plugins /blob/main/keyboard /README.md
5- editApiUrl : https://github.com/ionic-team/capacitor-plugins /blob/main/keyboard /src/definitions.ts
4+ custom_edit_url : https://github.com/ionic-team/capacitor-keyboard /blob/next /README.md
5+ editApiUrl : https://github.com/ionic-team/capacitor-keyboard /blob/next /src/definitions.ts
66sidebar_label : Keyboard
77---
88
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ const pluginApis = [
185185 isCore : false ,
186186 isExperimental : false ,
187187 npmScope : '@capacitor' ,
188- editUrl : 'https://github.com/ionic-team/capacitor-plugins /blob/main/keyboard /README.md' ,
189- editApiUrl : 'https://github.com/ionic-team/capacitor-plugins /blob/main/keyboard /src/definitions.ts' ,
188+ editUrl : 'https://github.com/ionic-team/capacitor-keyboard /blob/next /README.md' ,
189+ editApiUrl : 'https://github.com/ionic-team/capacitor-keyboard /blob/next /src/definitions.ts' ,
190190 } ,
191191 {
192192 id : 'local-notifications' ,
You can’t perform that action at this time.
0 commit comments