On mobile view, when searching products, the customers has to tab two times on an product, to get to the product page. Can we fix this somehow, so they only need to tab one time, to open the product page?
It’s an intentional behavior to allow closing the mobile keyboard at first tap, as on most devices it covers most of the screen. It’s going to be changed in the upcoming release.
On the General Options -> Mobile behavior panel you can turn on the “Hide the mobile keyboard when displaying the results?” option. It will try to force close the mobile keyboard and prevent double tapping.
Indeed. It must be an unkown bug yet. Anyways, as temporary fix, you can try to put the following code to the functions.php file in your theme directory (copy from line 3):
This will output a script to override the first tap to a redirect.