Hello,
i found that telephone, email and address were automatically linked while developing a webView
so, i disabled all this
because i got the page transition effect every <a>tag in my webapp
if there is no purpose to go to the page, such as a telephone number auto link,
there is possibility that unintend effect may occur
so it must be disabled
구글에 많은 글들이 이러한 자동 링크를 비활성화 하는 방법으로 아래와 같은 코드를 적어놨습니다.
Many Article for disable auto link recommend adding below code in your web page
<meta name="format-detection" content="telephone=no, address=no, email=no">
위의 메타 태그를 웹페이지에 추가하는 것인데,
i'm have not tried it in mobile safari but it is not working in WKWebview
Unfortunately, this way is not working in WKWebView
그러나 코드 없이도 자동 링크를 비활성화 할 수 있습니다.
Look above red circle, and uncheck 'Phone Number', 'Address', 'Calendar Event',
'Tracking Number' ,'FlightNumber'
This function means disable auto link such as phone number, address, calendar event,
tracking number, filghtnumber
The solution is end, very simple
Try to Rebuild, it may working fine
Additional i will explain each function
The address function is that detect address and create link and when user click this link, display this address in map app
The calendar event function is that detect calendar and create link and when user click this link, we can add events in calendar app
Traking number function is that detecting barcord number
and Flight number function is that showing flight information

Comments
Post a Comment