문제

I have a button "visit site". Clicking on this button, the webpage should open in a new browser

I tried window.open(LinkURL, '_system'); and some other solution but every time page is opening over app.

Any help is appreciated.

thanks

도움이 되었습니까?

해결책

No solution worked for me. I solved this issue by opening links in iFrame and providing a close link to the top left corner of the iFrame

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top