diff --git a/src/components/input/input.ts b/src/components/input/input.ts index 39c822bf5e8..f8ac113cdcc 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -324,7 +324,7 @@ export class TextInput extends BaseInput implements IonicFormInput { case 'delay': // config says to chill out a bit and focus on the input after transitions // works best on desktop - this._plt.timeout(() => nativeInputEle.focus(), 650); + this._plt.timeout(() => nativeInputEle.focus(), 800); break; } // traditionally iOS has big issues with autofocus on actual devices