ActionBar Home Button Visibility: When to set
I'm going crazy. I try to hide the home button on Android with Xamarin.Forms (should be build in). On iOS it wasn't a problem with a custom renderer. This doesn't work with Android. Not find any event,...
View ArticleAppstore rejection
Hi! Appstore reject my app with the reason - ''We were unable to review your app, as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue." I success to run in...
View ArticleGrid + Entry : entry does not work...
Hi. I've this situation: var editPrezzo = new Entry(); editPrezzo.SetBinding(Entry.TextProperty,"ImportoArt"); editPrezzo.IsVisible = false; var labelNome = new Label(); labelNome.FontSize =...
View ArticleSetCanDisplayBannerAds method in Xamarin.Forms
I want to know how I can enable iAds using Xamarin.Forms, when I was using Xamarin for iOS I was able to call SetCanDisplayBannerAds within the UIViewController, how can I do this with Xamarin.Forms?
View ArticleWhy Image And Button with Image looks differently in my layout
Hi, I am newbie to this technology.... I am using Same Image i.e "Login.png" to my Image And Button also. But my button looks me different than Image. I think they both should look identical if my all...
View ArticleOpen url in browser
I´m displaying a list of items, and I want to navigate to the associated url when the item is clicked. Is there any api to open a given url in the phone browser?
View ArticleHit A Api(Get type) in Xamarin Forms pcl.
I am trying to hit a get type API in Xamarin Forms in pcl.I used Lot of methods but in the end every method give me error of reference.is it possible to hit get type API . following is my current code...
View ArticleMultiPage
public class NewTab: MultiPage<ContentPage> { public NewTab() { Button b = new Button (); b.Text = "Go Content B"; b.Clicked += (object sender, EventArgs e) => { this.CurrentPage =...
View ArticleTrying to use ZXing barcode scanner in a Forms app: getting error about...
I'm trying to invoke the barcode scanner in a command bound to a button, and I'm getting runtime errors referencing: android.util.AndroidRuntimeException: Calling startActivity() from outside of an...
View ArticleWebView really limited, what do you think?
Hello friends, I'm trying to accomplish several things on Xamarin.Forms 1.3.0 stable version and no luck. Basically the First thing I'm trying to do is enable/disable the scrolling, there is no such...
View ArticleOnElementPropertyChanged not getting called ?
Hi I'm currently working on some extended Forms controls. I use bindable properties, but somehow the "OnElementPropertyChanged" wont get triggered with my "custom" properties. I just cant seem to...
View ArticleTextCell.DetailProperty - more then one line (WordWrap) possible?
Hi all I am "on the way" to implement master-detail pages in my app. My master-page is a menu-page (customized from crm-demo-app). The menu-items are from type TextCell, presented in a ListView. I want...
View ArticleWhy Carousel View still not found with Xlabs control namespace when using...
Is this problem exists with everyone?Pls respond
View ArticleBinding Issues
Is anyone else having a problem with bindings using Xamarin Studio on OS X? It seems as though bindings between the binding context and the UI element aren't carrying data from binding to UI, but the...
View ArticleIs it possible a listview with alternating backgroundcolors?
Hello mates, i am trying to show a listview with 2 diferents backgroundcolors. With a custom viewcell i can set the backgroundcolor with a binding but i want that empty cells also change it background...
View ArticleMaster-Detail on the same page
I am new to Xamarin and would like to design an app where master and detail appear on the same page (sort of like Order and Order Details). Order information with Order Number, Customer Name, Order...
View ArticleListView PullToRefresh doesn't have RefreshCommandParameter - how I got...
So I implemented Pull-To-Refresh in my App today, but in the process, I've discovered that there isn't a RefreshCommandParameter that I could bind to. The reason I was looking for said property is...
View ArticleDisplayAlert method crashes on Android but fine on Windows Phone?
I have this method in the Code behind my view which is a ContentPage... public void DisplayAlert(string title, string message, string accept, string cancel) { base.DisplayAlert(title, message, accept,...
View ArticleHow can I display the navigation bar in Xamarin.Forms TabbedPage?
The following code is my Xaml: <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View Articledo the Xamarin.Forms controls support drag/drop runtime functionality?
I am looking to allow my end users to do drag and drop on items within a list view. I was looking at the documentation for the cell and listview controls and didn't see any kind of "onDrag/onDrop"...
View Article