Description
Issue originally occured on the Safari 13.1, newest iPad ( not pro ).
How to reproduce
Example partial we are rendering for mobile and tablet like devices. Works perfectly on Firefox, Chrome, even Edge. Safari 12 is also performing fine.
<% unless browser.device.mobile? || browser.device.tablet? %>
<%= render "welcome/default/partials/filters/dropdown_manufacturer" %>
<% end %>
You can go to http://vehiculum.de with browserstack in example and the that the filters in the main header of the homepage are behaving differently:
Safari 13:

Safari 12 - desired behavior:


Software:
- Rails version: 5.1.6.2
- Browser gem version: 2.5.3
Report

Description
Issue originally occured on the Safari 13.1, newest iPad ( not pro ).
How to reproduce
Example partial we are rendering for mobile and tablet like devices. Works perfectly on Firefox, Chrome, even Edge. Safari 12 is also performing fine.
You can go to http://vehiculum.de with browserstack in example and the that the filters in the main header of the homepage are behaving differently:
Safari 13:

Safari 12 - desired behavior:

Software:
Report