How can I change Switch Text color? (Android)
Hi, there's a way to change through style xml file the text color of a Switch? (See the attached file Below) Thanks
View ArticleWe are facing an issue while using PopupLayout in Xamarin forms iOS.
Hi, We are facing an issue while using PopupLayout in Xamarin forms iOS. After adding the popupLayout as content to the Parent Layout i am unable to fire the click event for the button. Can anybody...
View ArticleHow to change the font size of the title on a Carousel Page on Windows Phone
This question is similar to this more generic and unanswered question: Customizing Title on carousel and tabbed page On Windows Phone I'd like more of the title of my carousel page to be readable...
View ArticleShould I remove event handlers onDisappearing to reduce memory leaks?
I know that you should remove event handlers OnPause if you are on Android, but should you remove them OnDisappering in a xamarin forms app? private EventHandler<SelectedItemChangedEventArgs>...
View ArticleWhy Geocoder.GetPositionsForAddressAsync returns no results?
I am trying to get coordinates for an address, so I am doing: var coder = new Geocoder(); var positions = (await coder.GetPositionsForAddressAsync(Business.Address)).ToList(); When I run on iOS, it...
View ArticleImages from ViewCell is missing when run on Device
Sometimes I use iOS simulator to test and I'm doing ViewCells to my tables with back ground images. Check the code: var absoluteLayout = new AbsoluteLayout(); var background = new Image { Style =...
View ArticleLateral menu and TabbedPage
Hi, I have an app with a left lateral menu (implementing with MasterDetailPage) and the Detail page should be a TabbedPage. The implementation is ok, but i have an UX problem in Android. When clicking...
View ArticleMasterDetail & Tabbed pages have unexpected results on Android
Hi! I just started out with the (awesome) Xamarin.Forms, but bumped into a problem yesterday that I can't seem to figure out. I created a MasterDetail page that contains two Menu options: One that...
View ArticleBusiness Trial Ended but still compiling with 24 hours limitation
Hi everyone, Few days ago I finished the Business trial, and went back to my Indie account. I'm publishing to iOS platform but my program is blocked with the 24 hours validation. What could I do?...
View ArticleNavigation Page Toolbar
Hi! How can I add a bottom toolbar to my Navigation Page? I'm using Xamarin.Forms, not iOS specific code.
View ArticleHow do I change the color of a selected item on a ListView?
I'm creating a ListView that has some simple items inside a ViewCell. When I select one of the items it becomes orange. When I click and hold (to open the context actions) it becomes white......
View ArticleA Missing Method Exception
A created a new Xamarin Forms project for Android project and changed nothing. And when i debug it in a android simulator, the app get an error before entering onCreate method. I checked the stack...
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleNew Bug?
I set a style in my application start file and tried to set it to an Style in my form page and it returns a null; however, it returns a value if viewed via the intermediate window. Sometimes my Xamarin...
View ArticleRemove AppIcon from xamarin.Forms
I am following this link https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ for masterdetail and achieved quite well Now trying to remove the app-icon and the also I am...
View ArticleHow to implement push notification into Xamarin.Forms (Android and iOS) ?
I have my website (using ASP.Net), when i post new topic in my website, i want to push notification into mobile app (Android and iOS) with message "Have new topic on website ABC" I research PushSharp...
View ArticleAlternative to XmlnsDefinitionAttribute
Does XF support some alternative to XmlnsDefinitionAttribute? I've not been able to track down any discussion on this matter. Presumably XmlnsDefinitionAttribute support isn't already there because the...
View Articleweb services in wp8
Hi I am not able to add System.Web.Services,System.Web.Services.Protocols , [System.ComponentModel.DesignerCategoryAttribute("code")] in xmarin shared project , i am able to run ios and andriod but in...
View ArticleHow to get inner control of a frame by code in xamarin.forms
Hello All, I am facing a problem .I have created two Frame control ,one is frameContainer and second one in innerFrame. I have set innerFrame as the content of frameContainer.Now at the runtime i want...
View Article