0

I can not use the fb:comments feature with my mobile application because there is no native support for iframe scrolling on touch devices. Does anyone have a solution for this? I am trying to use fb:comments inside a Sencha Touch application.

4

1 に答える 1

0

携帯電話名 'mobile' の新しい属性があります ;)
(個人的にはまだ試していません) 公式のコメント プラグイン ドキュメント
の属性セクションの下部にあります。

mobile - (ベータ版) モバイル バージョンを表示するかどうか。デフォルト: false。

したがって、次のようにmobile="true"またはmobile="1"を fb:comments タグ に追加するだけです。<fb:comments href="http://example.com" mobile="true"></fb:comments>

于 2011-12-19T14:29:19.350 に答える