Clancey / SimpleAuth

The Simplest way to Authenticate and make Rest API calls in .Net
Apache License 2.0
171 stars 48 forks source link

Xamarin.mac facebook login dialog doesn't show correctly #88

Closed ghost closed 5 years ago

ghost commented 5 years ago

doesn't render correctly - should fit the way the iOS implementation does.

buttons and entry fields are outside of visible area.

image
Clancey commented 5 years ago

This is an issue on facebooks side. They should be adjusting the pager to fit. I am guessing you are using the web authenticator. https://github.com/Clancey/SimpleAuth/blob/master/src/SimpleAuth.Mac/WebAuthenticator.cs#L176. You can always present it a different way with different values.