Button Triggers
Hi, I need to change the color of a button when pressed. My code does not work. What is the problem?
View ArticleIs There a Renderer For Forms.Grid for Windows Phone Platform
Hi All I am creating a custom control for Xamarin Forms, and I have renderers for all platforms. I am currently working on implementing the renderer for the Windows Phone platform. On of the properties...
View ArticleFacebook SDK for App Events in Forms
Has anyone successfully implemented the Facebook SDK for App Events in Forms? https://developers.facebook.com/docs/app-events/ios
View ArticleXamarin.Forms Disable slide menu in pushed page
I use Xamarin.Forms (ver 1.4) Page hierarchy: ->NavigationPage -->MasterDetailPage How can disable sliding menu (open master page by gesture) in pushed screen? Push method: await...
View Articleintegration of pinterest
I face pinterest integration ploblem .I try to find end points but i don't found any offical api end point.Can is there body Those know about it.
View ArticleCustom Navigation Bar
I want to have a custom navigation or task bar.For that I would hide the default navigation bar and then use my custom one.I guess I need to go for a custom renderer .Can someone please help me with...
View ArticleMasterDetailPage + ListView + Navigation
Good afternoon! I am developing an application MasterDetailPage type, where the detail is a ListView. The problem I have is that when I select any of the items from the list, would open a new detail...
View ArticleRefresh na tela (refresh the screen)
bom dia alguem pode me ajudar ? como faço para dar um refresh na tela para que possa carregar os dados novamente Good morning someone help me? how do I make a refresh on the screen so you can load the...
View ArticleIcons in toolbaritem
Hi friends. I have a navigationbar with toolbaritems. I have coloured icons in toolbaritems. I see coloured icons in Android, but in iOS icons are always white. Why? Thanks Alessandro
View ArticleAccessing Proprietary Server...Securely
We have a requirement for a cross platform app to be able to query a server for data. This not a database server, but a middleware tier between apps and a database. I have some room to reimplement the...
View ArticleChange app font with Xamarin Forms
Hi All, We are facing an issue by changing the font family in whole app. I don't need to change one specific label. What I really need is to change all at same time. Have you any workarround to this ?...
View ArticleClass not found exception when using Drawable
Project was working fine then I just started getting this error. It's coming from a Floating Action Button component im using that requires drawables. Java.Lang.ClassNotFoundException: Didn't find...
View ArticleProblem after updating
I updated my XamarinStudio today and now I get the following error when I try to compile my iOS project. "The target "_CollectBundleResources" does not exist in the project." Any thoughts on how to fix...
View ArticleHiding TabbedPage toolbaritems when listview item navigates to next page
Hi, How do i remove the toolbaritem when an item in a listview is clicked. The tabbed page has the following code to display toolbaritems var contactsPage = new NavigationPage (new ContactsTab () {...
View ArticleSet pivot in AbsoluteLayout
Is it possible to set the pivot point of a Label or Button when placed with Absolute Layout? Like set the pivot to the left , button of a label if I want to place it exactly on something.
View ArticleCreateViewController Errors after Migrating to Unified API
I am using the latest Xamarin.Forms from Xamarin.Forms 1.4.2.6359 from Nugget. After updating my code to unified API I am having an issue error in my line of code Page myPage; UIWindow window = new...
View ArticlePhoto-enabled app design question
Hi folks, I have a design question for those you who have added photo taking/selecting capabilities to an app. I know this is totally dependent on use, but do you find people taking photos directly...
View ArticleXLabs dependency problem: ExifLib built with debug = true
I'm trying to submit a WP8.1 app to the Windows Store and it's being rejected because ExifLib was not built for release mode. I installed ExifLib using NuGet (technically it got installed as a...
View ArticleExtended Button HorizontalContentAlignment Issue
Hi All, I have a question regarding the behaviour of the extended button: Scenario: The Button is inside a stack layout and the stack layout is the Content of a ViewCell of ListView. Button Text...
View ArticleXamarin Form Label does not respect new breakline from webservice?
Hi everyone I am having a trouble that I have no idea why, could you guys help out? Apparently, my text label does not display the text with the break line accordingly from the webservice. I thought it...
View Article