Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Piwik 分析我网站上的用户操作,当网站显示在浏览器中(PC、Mac 和手机浏览器上)时,一切正常。
但是,当我在 PhoneGap 应用程序中浏览相同的页面(其中包含 piwik 代码)时,该应用程序正在加载、加载、加载并最终显示......什么都没有。
那里有什么问题?JavaScript 已启用。是否存在已知问题,谷歌分析是更好的选择吗?
谢谢。
也许您在 phonegap config.xml 中阻止了 piwik 的跟踪器 url?
尝试将此添加到您的 config.xml:
<access origin="*"/>