MOBILE-2567 courses: Fix keyboard closed in iOS when filtering
parent
3a74f4bcbb
commit
70ff6e608b
|
@ -152,7 +152,7 @@ export class CoreCoursesMyCoursesPage implements OnDestroy {
|
||||||
if (this.showFilter) {
|
if (this.showFilter) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.searchbar.setFocus();
|
this.searchbar.setFocus();
|
||||||
});
|
}, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -283,7 +283,7 @@ export class CoreCoursesMyOverviewPage implements OnDestroy {
|
||||||
if (this.showFilter) {
|
if (this.showFilter) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.searchbar.setFocus();
|
this.searchbar.setFocus();
|
||||||
});
|
}, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue