mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
IPad Keyboard Focus
This commit is contained in:
@@ -185,9 +185,10 @@ export class ArticleSearchboxComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
focus(input: HTMLInputElement): void {
|
||||
alert('FOCUS');
|
||||
setTimeout(() => {
|
||||
input.focus();
|
||||
this.cdr.detectChanges();
|
||||
}, 200);
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user