【发布时间】:2015-08-30 11:51:25
【问题描述】:
真的有这种可能吗?
【问题讨论】:
-
应该是可以的。由于 nativescript 只是一个框架,对此的确切答案应该取决于开发人员如何进行实际实现。
标签: javascript android ios nativescript
真的有这种可能吗?
【问题讨论】:
标签: javascript android ios nativescript
是的。
作为you can access the full API of the underlying system (iOS/Android) from NativeScript,您可以创建一个API request to iOS for the current music being played。
旁注:这是 NativeScript 的一大优势。即使框架中没有内置某些内容,您仍然可以访问它。这是an example of how to modify the iOS Navigation Bar,通过访问 iOS API。
【讨论】: