文件名称:angular-mobile-app-redirect
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-30 22:49:21
JavaScript
Angular 移动应用程序重定向 版本 0.7 在开发具有关联 iOS 应用程序的 Web 应用程序时,我们在尝试将用户从其电子邮件客户端定向到 iOS 应用程序时遇到了问题。 此服务提供了一种从 Angular 应用程序中重定向到本机(主要是 iOS)应用程序的简单方法。 它的工作原理是向文档中注入一个隐藏的 iframe,这会导致 iOS 看到对注册到应用程序的协议方案的导航尝试,然后可以从应用程序内部对其进行适当处理。 依赖关系 Angularjs 您也将指导的 iOS 应用程序。 上述应用程序必须已注册自定义 URL 方案。 配置 在你的vokal.appRedirect应用中包含vokal.appRedirect var app = angular . module ( "app" , [ "vokal.appRedirect" ] ) ; 在你的 angular
【文件预览】:
angular-mobile-app-redirect-master
----.gitignore(605B)
----README.md(3KB)
----LICENSE(1KB)
----Gruntfile.js(105B)
----bower.json(491B)
----karma-config.js(950B)
----package.json(947B)
----grunt()
--------clean.js(51B)
--------aliases.yml(19B)
----spec()
--------app-redirect.spec.js(6KB)
----lib()
--------app-redirect.js(4KB)