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.
我们有一个 iOS 原生应用程序,它允许通过外部网页为教会在线捐赠。原生应用程序打开浏览器,一旦用户在网页上完成在线捐赠,它就会使用 URL 方案返回到原生应用程序。
这很好用,但并不理想,因为当用户稍后返回他们的网络浏览器时,他们会看到外部网页的残余。
目前我们只是做一些 JavaScript 并清理页面以避免重复的礼物等。有没有办法可以将页面重定向到用户的默认页面或主页?
或者有没有更好的方法来处理这个?
您可以在内部UIWebView中处理您的在线礼物,这将使您可以更好地控制应用程序的这方面。