【发布时间】:2018-06-05 07:09:42
【问题描述】:
应用流程要求用户访问一个网页并更新一些细节,之后用户需要返回该网站提供的 id。
工作场景:
User logs in application
clicks button goes to the website update few details
stays in the Webview for the website
所需的条件:
Should come back to the app with the id that website provided
应用程序的流程类似于 google Oauth,其中用户单击 google 按钮以验证 google 以使用 google 帐户。
【问题讨论】:
-
您已使用
UIWebView标记此内容,但您还说“回到应用程序”。如果您使用的是UIWebView,您还没有离开该应用程序。你能澄清一下实际的结构吗? -
为混乱道歉,我的意思是回来返回到以前的 UIController,因为 web 视图填满了屏幕,用户无法返回到以前的视图
标签: ios swift uiwebview stripe-connect