We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc958c3 commit 54ac2e3Copy full SHA for 54ac2e3
src/components/input/input.ts
@@ -324,7 +324,7 @@ export class TextInput extends BaseInput<string> implements IonicFormInput {
324
case 'delay':
325
// config says to chill out a bit and focus on the input after transitions
326
// works best on desktop
327
- this._plt.timeout(() => nativeInputEle.focus(), 650);
+ this._plt.timeout(() => nativeInputEle.focus(), 800);
328
break;
329
}
330
// traditionally iOS has big issues with autofocus on actual devices
0 commit comments