로딩
요청 처리 중입니다...

web share api - 모바일웹에서 공유하기 기능

 web share api - 모바일웹에서 공유하기 기능

web share api 는 네이티브 공유 다이얼로그를 열어주는 방법을 제공한다. 쉽게 말해서 폰에 내장되어 있는 SNS 공유하기 기능을 실행시켜준다는거다.

단점은 지원 브라우저가 제한되어 있다는거다. 자세한 사항은 아래 웹 페이지를 확인하자.

해당 기능을 사용하려면 웹페이지가 https 를 사용해야한다. . https://www.w3.org/TR/web-share/ Web Share API Abstract This specification defines an API for sharing text, links and other content to an arbitrary destination of the user's choice. The available share targets are not specified here; they are provided by the user agent.

They could, for example, be apps, websites or contac......

# web_share_api # 네이티브공유 # 모바일웹공유하기