A
A
AleninD2019-07-14 16:45:03
css
AleninD, 2019-07-14 16:45:03

In IOS Safari, the phone converts the text into a clickable link with blue color, how to fix it?

Hello everyone, in all browsers except Safari, links accept the color: #fff style, and look normal, in mobile IOS, styles do not apply to this link, and it is colored by default in blue, with underlines. Is it possible to somehow force certain styles for a specific browser? and how to deal with it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rustam Bainazarov, 2019-07-14
@AleninD

In iOS Safari, texts with phone numbers, mail, etc. can automatically turn into links, to cancel this mechanism, meta tags are needed:
In the Safari browser, links appear in the layout, although they are not there, how to fix it?

D
Daniil Maslov, 2019-07-14
@s0xzwasd

Follow this link to see hacks for specific browsers.

I
Ivan, 2019-07-14
@BenderIsGreat34

like this:

display: -webkit-box;
  -webkit-box-align: center;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question