UWP Xamarin.Forms Navigation vs Native
I have a Xamarin.Forms Pages and than open a Native page Page1->Page2->Page3->NativePage and if i do Frame rootFrame = Window.Current.Content as Frame; if (rootFrame.CanGoBack)...
View ArticlePlay Services 25 --> results in hundreds of "does not contain a definition...
I'm using a package (Kinvey Android) that requires Google Play Services 25 (all of them). This results in hundreds of errors like "Resource.designer.cs(141,141): Error CS0117:...
View ArticleNo Video Player - Really ?
I spent a fair amount of time looking for this ... Really, isn't there a cross Platform video/media player ? o_O
View ArticleSearch bar with Listview for autocompletetextview overlaps entire views in...
Hi All, I am developing the sample application using xamarin forms.We need to integrate autocompletetextview in our application. For that we have customized the Search bar with listview as...
View ArticleScrollview - how to scroll to bottom programatically or automatically?
Hello friends, I have a scrollview with a stacklayout inside. I add labels to the stacklayout, and I can scroll manually but i want that when i add a new label the scroll goes to the bottom of the...
View ArticleProgramatically scroll to bottom of ListView
Using a ListView, how can I do the following: Scroll to the bottom of the ListView automatically, with or without animation Start the ListView at the bottom when the parent view (StackLayout, if this...
View ArticleIssue with NavigationPageRenderer
Hi, I'l try add subtitle to android and IOS platforms but in Android I have problem with ToolBarItems in root page - in root page all toolbar items not showed. If navigate to anther page and than go...
View ArticleVisual Studio is not compiling a new created Xamarin Forms Portable Projekt -...
I removed all Xamarin Apps on my machine and reinstalled the newest version of Xamarin with the Xamarin Universal Installer. I have Visual Studion 2015 Update 2 Enterprise. Than I created a new Project...
View ArticleInAppBilling component problems querying products
I'm implementing in app billing with a Xamarin forms app. iOS got up and running easily but with Android I can't get anything to got through. I am following the 'Getting started' instructions that are...
View Articlehow can stretch background content image?
How can i set the background no-repeat but stretch dinamically to all page?
View ArticleHow to find controls inside list view cell
How to find controls inside a list view cell. I would like to change the color of label which is in list view cell
View ArticleVisual Studio 2015 "Download failed" error when building Droid project
I'm using Visual Studio 2015 Update 2 (includes Xamarin). When I create a Cross Platform project (Blank App (Xamarin.Forms Portable) template) I immediately get a lot of "Download failed" errors from...
View ArticleHow to handle double navigation containers (for Android and UWP)
I'm using FreshMVVM with a Master-Detail page. Both the master and detail sides have navigation containers. Master side: First there is main menu with choices like "Customers" "Orders" "Tasks" etc....
View ArticleAuto rendering 20+ icons for iOS, Droid and WinPhone Apps
The number of icons needed to create a Xamarin Forms app is most irritating. That motivated me to hack together a WPF desktop application that renders application icons / splash screen using XAML (and...
View ArticleXamarin Forms - Marshmallow (6.0) handle Permissions.
Hello everyone, Im having an issue with Marshmallow Permissions on Android. When trying to ask for permission in runtime I am not able to handle the result. First I followed these instructions to try...
View ArticleWHY I'M GETTING THE ERROR: cannot convert from 'method group' to 'Action' ????
I'm trying to get a TextCell click inside my ViewModel via Binding. I used this to do it. ` public ICommand ItemCommand { get; set; } public MainViewModel () { this.ItemCommand = new Command...
View ArticleAndroid AppCompat crash while setting TabIcon if Non-Drawable resource specified
Version: Xamarin.Forms v2.1.0.6529 Setup: In a Tabbed Page, I have added couple of Navigation page with PageIcon specified as a full path. iOS works flawlessly, as it's using UIImage to load from path....
View ArticleAndroid masterdetail blank space under title bar
Has anyone experienced the issue of having a blank space under the title bar on android using the masterdetail page? It appears in the detail page, the master page uses the entire space. This happens...
View Article