嵌入式SurveyMonkey调查未出现在移动设备上

嵌入式SurveyMonkey调查未出现在移动设备上

问题描述:

我正在按照以下说明将现有的调查猴子调查嵌入到网页中:

I'm looking to embed an existing survey monkey survey into a webpage, following the instructions here:

http://help.surveymonkey.com/articles/en_US/kb/网站收藏家

在台式机和平板电脑上均可完美运行,但由于某些原因在移动设备上(在Android设备或Chrome模拟器中)无法正常运行

which is working perfectly on desktop and tablet sizes, but for some reason not working on mobile (either on an android device or in chrome emulator)

以下步骤似乎有效:

  • 将嵌入脚本加载到页面中
  • 嵌入脚本调用Surveymonkey.com,并检索SMCX脚本
  • SMCX.boot()被称为

但是,调查(或其标记)未显示在页面中.

But, the survey (or its markup) does not appear in the page.

还有其他人遇到这个问题吗?我还能提供什么其他信息?

Has anyone else run into this issue? What other additional information can I provide?

网站收集器曾经可以在任何地方使用,但是他们更改了API,现在证明不支持移动设备.

The Website Collector used to work everywhere, but they changed their API and now document that mobile is not supported.

http://help.surveymonkey.com/articles/en_US/kb/网站收藏家

"Website Collectors display on desktop browsers only—not on mobile devices or tablets."

这实际上比不支持移动设备或平板电脑还差,如果您的浏览器当前的宽度为760像素或更小,他们的调查甚至不会加载到台式机浏览器上.

It's actually worse than not supporting mobile or tablets, their surveys don't even load on desktop browsers if your browser is currently 760 pixels or less wide.

解决方案是仅手动设置Web链接.

The solution is to just iframe the web link in manually.

<iframe height="500" width="500" src="https://www.surveymonkey.com/r/XL3DDMS"></iframe>