Capacitor Version
Latest Dependencies:
@capacitor/cli: 8.3.1
@capacitor/core: 8.3.1
@capacitor/android: 8.3.1
@capacitor/ios: 8.3.1
Installed Dependencies:
@capacitor/cli: 8.3.1
@capacitor/android: 8.3.1
@capacitor/core: 8.3.1
@capacitor/ios: 8.3.1
Other API Details
Platforms Affected
Current Behavior
Tap IonInput, keyboard shows:
- Android v9 > App is offscreen see only white background, after typing no data is input
- Android v15 > App is still onscreen but vertically offset by a large white background, after typing data is sent to the input successfully
Expected Behavior
Keyboard shows without top white area obstructing the view, and on Android v9 the keyboard works to supply data to IonInput
Project Reproduction
ionic-team/capacitor-keyboard#28 (comment)
Additional Information
Downgrading to @capacitor/android@8.2.0 fixes the problems, works with 8.3.1 tooling
Capacitor Version
Latest Dependencies:
@capacitor/cli: 8.3.1
@capacitor/core: 8.3.1
@capacitor/android: 8.3.1
@capacitor/ios: 8.3.1
Installed Dependencies:
@capacitor/cli: 8.3.1
@capacitor/android: 8.3.1
@capacitor/core: 8.3.1
@capacitor/ios: 8.3.1
Other API Details
Platforms Affected
Current Behavior
Tap IonInput, keyboard shows:
Expected Behavior
Keyboard shows without top white area obstructing the view, and on Android v9 the keyboard works to supply data to IonInput
Project Reproduction
ionic-team/capacitor-keyboard#28 (comment)
Additional Information
Downgrading to
@capacitor/android@8.2.0fixes the problems, works with 8.3.1 tooling