Skip to content

Commit 54ac2e3

Browse files
Manduromanucorporat
authored andcommitted
fix(input): slightly longer delay for autofocus (#12037)
1 parent dc958c3 commit 54ac2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export class TextInput extends BaseInput<string> implements IonicFormInput {
324324
case 'delay':
325325
// config says to chill out a bit and focus on the input after transitions
326326
// works best on desktop
327-
this._plt.timeout(() => nativeInputEle.focus(), 650);
327+
this._plt.timeout(() => nativeInputEle.focus(), 800);
328328
break;
329329
}
330330
// traditionally iOS has big issues with autofocus on actual devices

0 commit comments

Comments
 (0)