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.
抱歉问了这个愚蠢的问题。
当我们的应用程序没有连接到互联网时,我们如何加载默认的 safari 页面,如下面的页面?
提前致谢
查哈尔
首先在此处检查活动的 Internet 连接,然后在此处将本地 html 文件加载到 uiwebview中。
您的意思是:点击应用程序内的某个按钮时,在 Safari 应用程序中打开一个默认页面?如果是,那么这里是代码:
[[UIApplication sharedApplication] openURL:[YOUR_URL_HERE]]