Team-Panopticon/TBD-client

특정 환경에서 공유하기 기능이 동작하지 않음

Closed this issue · 4 comments

  • 특정 환경에서 공유하기 기능 불가
    • 메시지: 복사를 다시 시도해주세요

특이사항

  • 재현 환경: AOS / 카톡 인앱 브라우저
  • iOS & AOS 삼브 & 크롬은 정상 동작

참고: 유튜브 copy 코드

 a = document.getElementById(a.toString());
            a.focus();
            a.setSelectionRange(0, a.value.length);
            try {
                var b = document.execCommand("copy")
            } catch (c) {}
            _.XM(function() {
                b ? _.po(gxa) : _.po(hxa)
            })