我正在使用 AngularJS 和 Trigger.io 来开发适用于 iOS 和 Android 的移动应用程序。
当我尝试打开如下所示的链接时:
<a ng-href="#/offers/{{featured_offer.Id}}"></a>
它在 iOS 上运行良好,但在 Android 上,我在触发控制台中收到此消息,并且链接未导航到:
[WARNING] Attempted to open a URL which could not be handled: unsafe:content://io.trigger.forge722b6464a0e211e2ba9d12313d00dc45/src/index.html#/offers/8
我怎样才能让它在 Android 中像在 iOS 中一样工作?