Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
javaScript を使用して iPad サファリで新しいブラウザ タブを開く必要があります。
window.openメソッドのみを使用して、新しいタブ内で新しいウィンドウを開くことを直接制御できるとは思いません。ただし、属性を使用して非表示のリンクをtarget="_blank"作成し、そのアンカーで JavaScript を使用してクリック イベントをシミュレートすることもできます。
window.open
target="_blank"