简体   繁体   English

iPhone应用程序是否可以在现有页面(而不是新窗口或新网址)中打开Safari浏览器

[英]Is there a way for an iPhone app to open safari up at the existing page (not a new window or new url)

I have an iPhone app and I need it to open up Safari in the same manner as when you tap on it (just opens the window you were last browsing at). 我有一个iPhone应用程序,我需要它来以与打开Safari相同的方式打开Safari(只需打开您上次浏览的窗口)。 I don't want to open a new window or call a new url. 我不想打开新窗口或调用新网址。

Is this possible? 这可能吗?

Thanks 谢谢

我认为这是不可能的,因为您必须使用传递URL:

[[UIApplication sharedApplication] openURL:url];

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iPhone Safari Web App在新窗口中打开链接 - iPhone Safari Web App opens links in new window 为现有应用程序设置新的iPhone Dev Environment - Setting up new iPhone Dev Environment for existing app iPhone Safari 302重定向打开新窗口 - IPhone Safari 302 Redirects open new windows 使用javascript:history.go(-1)时,iPhone Safari Web App在新窗口中打开链接 - iPhone Safari Web App opens links in new window when using javascript:history.go(-1) 如何在移动浏览器中按命令弹出“保存图像/在新页中打开/复制”菜单? - how do you pop up the Save Image/Open in New Page/Copy menu on command in mobile safari? 在webapp中打开URL时,如何在不跳转到Safari的情况下显示其中的新页面? - When open an URL in webapp, how to display the new page in it without jump to Safari? iPhone Open DATA:Url在Safari中 - iPhone Open DATA: Url In Safari 如何将新的文本字段添加到现有的文本字段-iphone - How to add up new textfield to the existing textfield-iphone iphone 打开新的 window 与来自表格单元格触摸的数据 - iphone open new window with data from table cell touch 如何在iphone的独立(全屏)模式下打开一个新窗口 - How to open a new window on iphone's standalone (fullscreen) mode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM