astrowind icon indicating copy to clipboard operation
astrowind copied to clipboard

Safari prices ribbon Title show bug

Open Caij opened this issue 1 year ago • 2 comments

image

Caij avatar Jun 20 '24 11:06 Caij

Hi @Caij

What type of device are you testing on? What operating system and what version of Safari?

On several of the devices we have tested, including iPad, it works well.

Screenshot 2024-06-22 at 7 25 27 PM

prototypa avatar Jun 22 '24 23:06 prototypa

@prototypa image image image

Caij avatar Jun 23 '24 03:06 Caij

Safari uses WebKit. You will have to add css specific for these browsers. For instance:

  details summary::-webkit-details-marker {
    display: none; /* Hide the default marker in WebKit browsers */
  }

You can see how to do this in my repo: https://github.com/Harold-Anderson/acfo

Harold-Anderson avatar Jul 08 '24 12:07 Harold-Anderson

I upgraded my system version, and now everything is working fine. I can no longer reproduce this issue.

Caij avatar Jul 08 '24 12:07 Caij