ios webview에서 date 양식 클릭 시 달력 이동 방지

해피데빙·2023년 7월 11일
0

wkwebview

An object that displays interactive web content, such as for an in-app browser

  • iOS, iPadOS, Mac Catalyst, visionOS
class WKWebView : UIView
  • macOS
class WKWebView : NSView

disable data detector

<a href="#" x-apple-data-detectors="false">666-777-777</a>

webview time to calendar

disable date actions in ios wkwebview

document.documentElement.style.webkitUserSelect='none'"
document.documentElement.style.webkitTouchCallout='none'
profile
노션 : https://garrulous-gander-3f2.notion.site/c488d337791c4c4cb6d93cb9fcc26f17

0개의 댓글