简体   繁体   English

当用户单击外部来源的链接时,如何在应用程序中打开特定页面?

[英]How can I open a specific page in my app when the user clicks a link from an outside source?

I'm trying to implement a password recovery feature for my mobile app (built with Xamarin.Forms ). 我正在尝试为我的移动应用程序(使用Xamarin.Forms )实现密码恢复功能。

The app will have a backend API in Azure, but so far I'm testing in localhost. 该应用程序将在Azure中具有后端API,但到目前为止,我正在localhost中进行测试。

The idea is to make available an option to reset the user password by sending a request to the API (checking if the email exists in the database) and sending an email with a specific URL registered in the app. 想法是通过向API发送请求(检查电子邮件是否存在于数据库中)并发送带有在应用程序中注册的特定URL的电子邮件,来提供一个重置用户密码的选项。

I understand what I have to do in the backend, it's the app link to open a page in app that I'm interested in (Android and iOS). 我了解我在后端必须执行的操作,它是在我感兴趣的应用(Android和iOS)中打开页面的应用链接。

Is there anyway of doing this? 反正有这样做吗?

Yes you can. 是的你可以。 I won't copy all the configurations, but here is a complete tutorial on how to achieve that. 我不会复制所有配置,但是这里是有关如何实现该配置的完整教程

暂无
暂无

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

相关问题 用户双击该文件时,如何在WPF应用程序中打开该文件? - How can I open a file in my WPF app, when the user double-clicks on that file? 当用户单击Ctrl键+链接按钮时,如何在新标签页中打开页面? - How to open a page in new tab when user clicks ctrl key + link button? 当用户双击其关联文件时,如何打开应用程序? - How can I make an application open when a user double clicks on its associated file? 如何强制DropDownList样式ComboBox仅在用户单击下拉按钮时打开? - How can I force a DropDownList style ComboBox to only open when the user clicks the drop-down button? Xamarin Forms - 如何使点击 email 链接的用户在 C7B83F57C37361AC7BA39 应用程序中打开 C7EBA39 应用程序 - Xamarin Forms - How to make it so that a user that clicks on a email link will open the email app in the device 如何锁定打开的 StorageFile 以防止用户在我的应用程序之外重命名它? - How to lock open StorageFile to prevent user from renaming it outside of my app? 如何从全景应用中打开一个简单的页面? - How can i open up a simple page from my panorama app? 用户单击批准后如何显示确认消息? - how can i put a confirmation message when the user clicks approved? 如何检测用户何时单击WebView控件中的超链接? - How can I detect when the user clicks on a hyperlink in a WebView control? 当用户在窗体窗口外单击时如何关闭窗体? - How do I close a form when a user clicks outside the form's window?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM