Focus input
Hello everyone, i'm trying to focus an input on page load, it works fine when i manually reload the browser but does not work when i'm using navigateTo to navigate to this input page, do you have any solution ?
nextTick(() => document.getElementById('code').focus())