Getting the click event on the current tab / active tab on iOS
I have managed how to get an event when switching between tabs. https://gist.github.com/anonymous/db9d6619fd6aca557e31 But I need to trigger a function when clicking on the active / current tab....
View ArticleOverriding ContentPage and Setting Content outside the main constructor does...
I am trying to build a Base Page... Essentially I would like to add a side bar to all pages of my application without having to add it to every pages Xaml (I don't want to use master detail as i would...
View ArticleOn Tab ReSelect PopToRoot - TabbedPage
Hi, I'm facing a issue which seems simple but Im having a hard time trying to solve. I use a TabPage on android that have a NavigationPage each: public class TabPage : CustomTabbedPage { public TabPage...
View ArticleAcr.XamForms.UserDialogs.Toast customizing the UI apperance
Hi Guys We have been using the Acr.XamForms.UserDialogs.Toast across all our apps and we would like to customize the UI appearance (background colour , font size , font colour, rounded corners, etc.)...
View ArticleAndroid - Embedded Resource and CustomRenderer
Hi, currently i am Xamarin.Forms with Android and it's pretty cool. But i now faced a problem and i cant find a solution so far. Inside my PCL i've created this class public class DDSButton : View {...
View ArticleXamarin Forms Video github
iOS / Android Xamarin Forms Video Player (updated) https://github.com/amccorma/xamarin-amccorma/tree/master/VideoPlayer download the zip file. samples attached.
View ArticleQuestion regarding Azure Authentication & Viewcontrollers
I've run into a problem with my application using a portable class library and xamarin.forms. In my application you log in and authenticate using Azure active directory, it works when i call the...
View ArticleCreating simple control with custom renderer
Hi. I'm starting a project with Xamarin.Forms an cannot create the most basic custom rendered control with child controls, I always get a "SetElement did not create the correct number of children"....
View ArticleSocial Login in Xamarin.forms
Hi I need to implement facebook login and google plus login in my xamarin.forms application. For Facebook Login i'm really confused about whether to use xamarin.auth or azure mobile services. I did'nt...
View ArticlePop Display Alert/ Message from ViewModel
Guys. How do i invoke/ call display alert/show message once my program did some logic in ViewModel (MVVM)? E.g Login Form --> Enter Login Data ---> Click Login Button---> Bind button command...
View ArticleObservableCollection.AddRange()
If your Models expose an ObservableCollection, and you are adding lots of elements, you don't want this adding to fire a UI event every time. You can use this ObservableCollection which only notifies...
View ArticleXamarin.Forms.1.5.1 Released issues
Hello, After upgrade xamarin forms 1.5.1 version getting following issues : Getting error to create splash screen. In earlier version following theme working good. But now null reference exception...
View ArticleXamarin Forms Not Rendering Google.SignIn.SignIn.Button Correctly
Hey folks, I've posted the following question over at SO: http://stackoverflow.com/questions/33421702/xamarin-forms-google-signinbutton-in-ios-missing-labels Any thoughts on what is causing the Google...
View ArticleLatest XLabs breaks HybridWebView
For info, it seems that something happened in the latest version of XLabs Forms and the HybridWebView (released today?). I use it to load bundled resources, as well as files saved in the app's...
View ArticleHowto convert from C# code to XAML
Hi, I am new to Xamarin and implemented some examples in "pure" c# code. Now I am trying to "convert" my code to XAML. I have a mainpage that passes an object containing data to several detailpages....
View ArticleLooking for information on how to play a video on ios/android from xamarin forms
I would like to play a video which is local on the device with xamarin forms. Ideas on how to accomplish this. I am thinking i am going to have to use a custom renderer for each platform but struggling...
View ArticleForms.TextCell StyleId not being rendered on iOS - other StyleIds are
I am setting the StyleId on a TextCell and when I inspect it in a Repl window it does not get set. I can see other Ids being set for other controls. var introWalkthroughCell = new TextCell { Text =...
View ArticleHow to use Xamarin UI Test for my screen
Hi , I would like to see how my UI looks like in all the phone.I studied some information about the Xamarin UI Test.How I can use in my project .Any one provide the links[apart from...
View ArticleGestureRecognizer is not working on android using Xamarin.forms
public void EnableSubmitButton(){ LeftMenuItem.IsEnabled = true; TapGestureRecognizer OnLeftMenuItemClicked = new TapGestureRecognizer ((s,e) => { OnSubmitClicked (s,e); });...
View Article