I also came across this. I worked on this by manually adding the attribute data-mobileset to falseif I found this on the iPad:
<script>
if (navigator.userAgent.match(/\biPad\b/)) {
document.querySelector('div.fb-comments')
.setAttribute('data-mobile', 'false');
}
</script>
, , Facebook "", . , , , , , .