프론트 엔드에 다른 버튼이있는 페이지가 있으며 모든 버튼이 자체적으로 완벽하게 작동하지만 크롬 웹 스토어에서 확장 프로그램을 여는 버튼을 클릭 한 다음 다른 버튼을 클릭하면 페이지가 열리지 않습니다 .
여기 내가 말하는 것에 대한 예가 있습니다. 열려있는 탭을 닫지 않고 버튼을 클릭하면 크롬 웹 스토어가 열린 후 클릭 한 버튼이 적용되지 않습니다. 그 이유와 그 해결 방법을 아는 사람이 있습니까?
https://html-ichr7r.stackblitz.io
여기에 코드가 있습니다.
<button id="button1" onclick="window.open('https://www.facebook.com/','popup','width=700,height=300');"><strong>CONTINUAR</strong></button><br>
<button id="button2" onclick="window.open('https://www.google.com/','popup','width=700,height=300');"><strong>CONTINUAR</strong></button>
<button id="button3" onclick="window.open('https://chrome.google.com/webstore/detail/dark-mode/dmghijelimhndkbmpgbldicpogfkceaj?hl=de','popup','width=700,height=300');"><strong>CONTINUAR</strong></button><br>
<button id="button4" onclick="window.open('https://www.9gag.com/','popup','width=700,height=300');"><strong>CONTINUAR</strong></button>
도움을 주셔서 감사합니다!
편집 : 방금 firefox에서 작동한다는 것을 알았지 만 여전히 Chrome에서 작동하지 않는 이유를 모르겠습니다.