Page 1 of 1

Safari and altered texts

Posted: Tue Feb 11, 2020 1:02 pm
by WuTCC
Hi, I tried to search the forum but I did not find what I was looking for.
Published the site, looks well on desktop and android, but not on safari / iphone presenting several issues:

-The numeric text strings is converted into links from Safari, is there any way to disable this feature?
It creates this problem (absent on android) which can be recurrent in other uses: http://www.mediafire.com/file/n0ckbnmwl ... s.jpg/file (the black bar is the header). I don't want that the numbers under the bar are showed.

There are 3 additional breakpoints: the strings that are displayed below the bar correspond to another text string, since changing the header one does not change the underlying one. Obviously the only setting as visible on the magare of the objects is the one inside the header.

-What should I do to show some fonts like "Montserrat" that are transformed?

Thanks for your attention.
Sincerely.

Re: Safari and altered texts

Posted: Tue Feb 11, 2020 1:13 pm
by Fender
No underlined phone number
In page properties- meta tags- user defined enter

Code: Select all

<meta name="format-detection" content="telephone=no">

Re: Safari and altered texts

Posted: Tue Feb 11, 2020 2:13 pm
by Pablo
What should I do to show some fonts like "Montserrat" that are transformed?
See this related FAQ:
http://wysiwygwebbuilder.com/webfonts.html

Re: Safari and altered texts

Posted: Tue Feb 11, 2020 4:56 pm
by MGD4me
The numeric text strings is converted into links from Safari, is there any way to disable this feature?
These are called "smart links", and is a feature which Apple adds when it recognizes a date, a street address, or email address. The thought is that an end user can simply click on these recognized links to automatically add an event to a calendar, add a name to an address book, or send an email. The conversion is not generated by WWB, or any other web design program, but is performed by the end user's device.

You may be able to turn off smart links on your Apple device, but you should Google 'Apple + smart links' and read the many threads which discuss (and complain) about this feature.