I have a facebook mobile web app, that displays an apprequest dialog with preselected friends like this example: http://developers.facebook.com/docs/guides/mobile/web/#channels With iPhone everything works as expected but in Android the request dialog is too wide, see this screenshot: http://screencast.com/t/oiCTlbnbAs
How can I change the width of the request-dialog? I tried almost everything with the viewport attribute of the html document. Does it have any effect that my html document is xhtml traditional?
Any help would be highly appreciated
Thanks alot in advance!