Autofocus on ion-searchbar

use jquery to set focus !!!

setTimeout(function () {
    $('.searchbar-input').focus();
}, 500);