UWP Windows 10 JS - 直接编译到我的设备时背景音频工作,但从商店打开时不工作
UWP Windows 10 JS - background audio work when compile directly to my device, but not when opened from store
让我们描述一下我的问题:
我已经为 Windows 10 开发了 JS 应用程序。它适用于桌面 - 背景音频、标题、专辑封面 - 所有我需要的东西。在 VisualStudio 中-当我将应用程序部署到移动模拟器 (10.10586)- 即使应用程序消失了,背景音频仍然有效。
如果我通过 Visual Studio 将我的应用程序部署到我的移动设备 - 一切正常(当它是 visual studio 的 run/deployed 时)。但是(请注意)- 如果我从我的设备再次打开该编译应用程序(稍后,我退出 visual studio 或只是关闭解决方案)- backrgound 音频:没有工作。
希望我描述得很好 - 我部署了应用程序,第一次编译时效果很好,但最近......没有。
所以,如果有人需要签出,我可以提供我的代码,但我认为这是平台问题……我不确定如何解决这个问题以及如何获得帮助:/
谢谢!
经过我的研究...没有机会只用 javascript 构建和完成它。现在...在周年纪念更新(2016 年 8 月)之后有机会- Microsoft employee confirms that will be possible and we can explorer that with this example they provide: https://github.com/Microsoft/Windows-universal-samples/tree/dev/Samples/BackgroundMediaPlayback ...所以...将拭目以待:)
让我们描述一下我的问题:
我已经为 Windows 10 开发了 JS 应用程序。它适用于桌面 - 背景音频、标题、专辑封面 - 所有我需要的东西。在 VisualStudio 中-当我将应用程序部署到移动模拟器 (10.10586)- 即使应用程序消失了,背景音频仍然有效。 如果我通过 Visual Studio 将我的应用程序部署到我的移动设备 - 一切正常(当它是 visual studio 的 run/deployed 时)。但是(请注意)- 如果我从我的设备再次打开该编译应用程序(稍后,我退出 visual studio 或只是关闭解决方案)- backrgound 音频:没有工作。 希望我描述得很好 - 我部署了应用程序,第一次编译时效果很好,但最近......没有。
所以,如果有人需要签出,我可以提供我的代码,但我认为这是平台问题……我不确定如何解决这个问题以及如何获得帮助:/
谢谢!
经过我的研究...没有机会只用 javascript 构建和完成它。现在...在周年纪念更新(2016 年 8 月)之后有机会- Microsoft employee confirms that will be possible and we can explorer that with this example they provide: https://github.com/Microsoft/Windows-universal-samples/tree/dev/Samples/BackgroundMediaPlayback ...所以...将拭目以待:)