Getting ViewCell content in ListView.ItemSelected
I'm having an issue with ListView in XAML. I try to achieve a ExpandableList with opening animation. For this I wanted to use a ListView and StackLayout. In the ItemSelected event, I would like to add...
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleHow to handle navigation in a MasterDetailPage using Context Actions of a...
Hello there, I will try to give an accurate explanation for the issue I'm facing. Context : I'm using a MasterDetailPage for my main navigation. In a Detail page (used as a NavigationPage), I display a...
View ArticleNotification to PCL when WiFi state changed?
Good afternoon everyone- I have a quick (hopefully) question regarding receiving a state change notification for WiFi connectivity. The simple version: How do I get notification in my PCL that WiFi...
View ArticleService crashes if there is no UI
That happens after a restart or after the user forces the app to stop. The service (intercept a sms) doesn't get called, but I get a message "App X has stopped". I know it doesn't get called because I...
View Article[Xamarin.iOS] Info.plist Edition problem on VS
I want to do something like what is in the following link (https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_the_file_system/#Sharing_Files_with_the_User_through_iTunes)...
View ArticleCurrent state of Xamarin Forms under Windows
Hi, I already use Xamarin Forms for an iOS and Android project, and have had very good results with it, but now I am looking towards using it for another project. One thing that I've been meaning to...
View ArticleIs there anything similar to Android's Viewpager build into Xamarin Forms?
I've looked at this - https://forums.xamarin.com/discussion/26542/is-there-something-like-a-viewpager-for-for-xamarin-forms but didn't really get anything out of it. Is there an existing control or a...
View ArticleRuntime Err in XF.Droid proj - No known package when getting value for...
I started getting this error after upgrading to XF 1.5 and all other associated updates to other modules including XS. From the stack trace given below, it appears that there is some issue with setting...
View ArticleCarouselPage
Hi! When swiping between pages in the CarouselPage I cant get any event to fire when a page comes into view. Maybe its because I populate the pages programmatically with Children.Add(new...
View ArticleHard crash when changing accessibility settings
I could not reproduce this on a simple starter project, so this must be due to something I am doing in my application code but I have no idea where to look. I'm hoping someone could point me down the...
View ArticleXamarin Forms Admob plugin does not support AdMob for Android - what can I use?
Hi Folks, Does anyone know if AdMobBuddy is working well? If not- any suggestions for doing ads on Android in Xamarin Forms? Many thanks, Mike
View ArticleCan't deploy to iPhone
Cross-posting this from the Visual Studio forum, since it hasn't gotten a response in 24 hours. Hopefully I can get some attention here. Whenever I try to run on an iPhone, Visual Studio hangs for a...
View ArticleIs it possible to use UIKit?
Hello I was trying to use UIKit fron a shared xamarin forms project. However there is no such reference. I've tried "using UIKIt" "using Xamarin.Ios". How would I use an ios namespace like I can with...
View ArticleiOS - TableView Cell Height changes do not not trigger screen refresh
I have a TableView and a ViewCell - whose height is modified when returning with the result from another screen [Navigate.PopAsync() ]. I do this by setting the .Height property on the ViewCell. The...
View ArticleWhen using tab gesture on image, transparent part should not fire eventhandler
Hi I created a user interface where I have a "pie chart like" user interface. I want the different parts of the pie to react on a tab gesture. I used and image for this and that works fine. However, my...
View ArticleScrollView in Xaml
Im trying to make a page using xaml but I having some problems. I want it to have a buttom fixed at the top and a button fixed at the bottom and a scrollview in the middle where I can scroll between a...
View ArticleCustom ViewCell layout issue - Entry expands past screen bounds
I am trying to get a simple TextBoxCell working. I want a label on the left in all platforms to have a consistent layout. ` public class TextBoxCell : ViewCell { private Label label; private Entry...
View ArticleStrange behavior of Editor in TableView on Android
I can't seem to make an Editor behave properly when it is in a cell of a TableView on Android. It is also a little funky on iOS, but that can wait. I have the Editor contained in a ViewCell, which in...
View ArticleMocking Xamarin DependencyService Injection for Unit Tests
How is this even possible? The only way I can see to call DS is via class methods, there is no container I can even register a Mock instance of, constructor injection also seems impossible (these are...
View Article