I have been struggling with why the Facebook comments module on some of our pages have excessive whitespace on them when the pages are viewed with a mobile browser.
After debugging for hours, I'm now singled out the specific code and it still repros. I initially thought it was due to Twitter Bootstrap but I've compared it with and without it, and the same bug occurs.
Compare this one that has bootstrap: http://jsfiddle.net/trevin/uW8fz/
and this one which does not: http://jsfiddle.net/trevin/uW8fz/
Both exhibit the same problem.
If you are not signed in, you'll see like 200px of whitespace underneath. However, if you are signed in, you'll see the first comment plugin, then a huge amount of whitespace.
I have no idea what's causing this.. any ideas? Is this a bug in the FB mobile comment plugin?