简体   繁体   中英

open a existing tab of safari in ios programmatically

I want to reopen / redirect to existed tab which is opened in safari from my ios native objective c Code. Can any one please help on this.

Thanks djrecker

On UIWebview, use javascript window.close(); after that you can reopen using window.open() .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM