I'm currently using this guide for Twitter Login in iOS > https://github.com/joeisapro/MonoTouch.Fabric
I tried running the sample project TwitterKitDemo and all is working fine on my end when running in simulator, here is a video > https://screencast.com/t/aKEwP1eth1u
As you can see on the video, the twitter login prompt shows up.
I tried placing it on a Xamarin Forms Master-Detail Application PushModalAsync and the login prompt does not show up, here is a video > https://screencast.com/t/W371BrYTc
As you can see on the video, the twitter login prompt does not show up.
Is it have something to do with application type, the demo is made using a table view while the one i'm using is in master-detail? Is there a way to do this in a master-detail application?