How can I change dialog size for Android Facebook SDK? It’s almost fullscreen which is OK for phone, but not OK for tablet. I would like to have different dialog size for tables and phones.
How can I change dialog size for Android Facebook SDK? It’s almost fullscreen which
Share
If anyone cares – Facebook doesn’t support this out of the box. You have to hack the code with some special cases, using calculations similar to childofthehorn’s to check if the device is tablet or not, and then resize it manually.