javascript - Facebook FB.UI feed dialog too wide on Android -


i notice fb feed dialog large on android devices.

enter image description here

how fix it? tried setting width using fb.canvas.setsize() did not change ...

fb.ui({     method: 'feed',     name: "...",     link: ...,     picture: ...,     message: '',     description: '...',     redirect_uri: ...,     caption: " " }, function(response) {     ... }); 


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -