Ryan Alford
Ryan Alford
@TravyDale what did you do to fix the problem? I tried building from source and include the UnifiedIOS and Abstractions DLLs, but now I am getting this error.... > MTOUCH:...
@muak It doesn't work for me on Android. iOS works fine. My `ItemSelectedCommand` does not get called on Android. Running version 0.3.10-pre
Actually, it seems as though the CachedImage is stealing the tap. If I put a label in the ContentCell, i can tap on the text and it works, but tapping...
@muak yeah that was the issue. At the time, I was switching between a couple of different similar collection views, so I was using the LongPressEffect. Once I noticed that...
Thanks. I'll give that a try
Any thoughts on this getting added to FreshMvvm? I have another project coming up that wants to use bottom tabs and have a clickable UI element in the left of...
From the `CoreMethods` property on the `FreshBasePageModel`, there is a `DisplayAlert` and `DisplayActionSheet`.
Ahh....you were referring to the DisplayPromptAsync from XF. I use Acr.UserDialogs for prompts(and many other features of the library). I'm guessing a pull request for that change would probably be...
You can implement it yourself using the code from the Element.cs file. https://github.com/migueldeicaza/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Elements.cs We implemented it in our app by changing the DateValue field to a Nullable. From there, we...
I've committed the changes to my fork of MT.D. I've made a pull request to get it pulled into the main branch. Here is a link to my fork.. https://github.com/eclipsed4utoo/MonoTouch.Dialog