We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx cap doctor output:
npx cap doctor
Installed Dependencies: @capacitor/cli 1.2.1 @capacitor/core 1.2.1 @capacitor/android 1.2.1 @capacitor/ios 1.2.1 @byteowls/capacitor-oauth2 (1.0.1) capacitor-analytics (0.0.4) capacitor-fcm (0.1.0) cc.fovea.cordova.purchase (8.1.1) cordova-launch-review (3.1.1) cordova-plugin-appsflyer-sdk (4.4.22) cordova-plugin-badge (0.8.8) cordova-plugin-call-number (1.0.1) cordova-plugin-camera (4.1.0) cordova-plugin-globalization (1.11.0) cordova-plugin-x-socialsharing (5.6.0) cordova-sms-plugin (1.0.0) cordova-sqlite-storage (3.4.0) es6-promise-plugin (4.2.2) skwas-cordova-plugin-datetimepicker (2.0.1)
@ViewChild('input') input: ElementRef<HTMLInputElement>; ngAfterViewInit() { setTimeout(() => this.input.nativeElement.focus(), 500); }
The same happens when calling setFocus on an ion-searchbar component.
The input should get focus when focus() is called.
npm --version output: 6.11.3 node --version output: v10.16.1 pod --version output (iOS issues only): 1.8.3
npm --version
node --version
pod --version
The text was updated successfully, but these errors were encountered:
It's already fixed, but not released yet #1995
Sorry, something went wrong.
I'have upgrade to capacitor 1.3, focus element don't show the keyboard on ios13 🤔
same same :/
No branches or pull requests
Bug Report
Capacitor Version
npx cap doctor
output:Affected Platform(s)
Current Behavior
The same happens when calling setFocus on an ion-searchbar component.
Expected Behavior
The input should get focus when focus() is called.
Sample Code or Sample Application Repo
Reproduction Steps
Other Technical Details
npm --version
output:6.11.3
node --version
output:v10.16.1
pod --version
output (iOS issues only):1.8.3
Other Information
The text was updated successfully, but these errors were encountered: