我们正在使用SDK1.17为Android手机开发插件,我们需要检查私有浏览,但我们无法做到这一点。 截至目前,我们已经通过太多的文档页面来检查私有窗口状态/检测,但是在Android Firefox的情况下,没有一个解决方案能够正常工作。
以下是我们尝试过的一些实现
1. require('sdk/private-browsing/utils').ignoreWindow(window) : It always returning false when opted for private browsing and nothing was return in case of Private Window mode when NOT opted for private browsing
2. require("sdk/private-browsing").isPrivate(tab) : It always returning false when opted for private browsing
3. Also checked other solutions on other forums
我们正在检查的设备详细信息: 1.三星 - S4 2. Android 4.4.2 3. Firefox Nightly Build 39.0a1
您能否为低于预期的任何解决方案提出建议? 1.我们想在page-mod的onAttach事件中分离私有窗口的内容脚本 2.想要识别请求/响应是来自/到私人窗口(使用观察者拦截请求/响应)