It is a simple open window but it does not work only on iOS Opera Mobile. Android Opera Mobile is fine.
Block Pop-ups is disabled.
This was tested on iphone11 , iphoneX . Opera touch 3.2.9
is this a bug in Opera iOS?
function open_window(current_id){
win = window.open("",current_id);
}
<a href="javascript:void(0)" onclick="open_window('ID')">
<div >
<img class="img-responsive" src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png">
</div>
</a>