ScrollView cut off page content
I'm trying to create a page with ScrollView and PullToRefreshLayout from James Montemagno (https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout). When the page is open, the...
View ArticleSend Xamarin.Forms (Android only) SMS without user interaction
Hello, I couldn't get sending text messages without user interaction to work, i've scratched the web for it with no luck, am I missing something or it is not possible (yet).
View ArticleSetting Row span and Column span in Xamarin.Form Grid View Control
Can anybody explain how to set Row span and Column span in Xamarin.Form Grid View Control ?
View ArticleHttpClient Different Implementations?
Hello! When developing my project on Xamarin, I first test some code in Windows Console and only then, test on Android. The current tested code was to do some http requests to a NTLM-based server. So,...
View ArticleWhat is the equivalent of activity in Xamarin.Forms?
What I'm looking for is the equivalent of Activity (Android) in Xamarin.Forms. I want to call the activity to use it on a separated class. Thanks in advance
View ArticleCompiler warning: Directory XXX contains YYY.dll but no debug symbols file...
Hello Community, I got a bunch of warnings that piled up in my project. I am trying to analyse these warnings, cleanup them up, fix or suppress them if possible. The most of my warnings are of type:...
View ArticleXamarin Forms - Check from Custom Renderer if control has properties set from...
I have Custom Renderers for some controls (> Button, > Picker, > Label) and there are some common properties, which I have set in the Custom Renderers and in some cases, I want to set...
View ArticleAfter changing from FormsApplicationActivity to FormsAppCompatActivity some...
Hi! I changed my MainActivity to use FormsAppCompatActivity to be able to support Android 6.0 Runtime Permission, which was pretty messy to fix in Xamarin Forms. When I did this, I had to change my...
View ArticleDatePicker Formats
Is there documentation for the different format options for a DatePicker when using Xamarin forms. In the one of the guides I found I could set the Format ="D" Is there a list somewhere that shows the...
View ArticleHow to hide a Row or Column in a grid layout?
In XAML Windows it is possible to hide a row or column in a GridLayout. Is this possible with Xamarin.Forms? So far I found out that I had to hide all controls inside an set height (for a row) to 0;...
View ArticleCan I use Toast Message on ContentView Page in UWP
In Android Toast Message on ContentView Page working but in UWP not working and also app gone crash
View ArticleListView items do not update until list is tapped (Android)
I'm having a recurring issue with an app I am developing. I have several ListViews (with custom ViewCells) with ItemSource bound to ObservableCollections within view models. In every case, when the...
View ArticleImage not Being bigger inside Grid
Hi Xamarin Forum, anyone already experience that the image being place inside Grid is being shrink and what worst is that when you try to position your image using Margin aside from setting your...
View ArticleEasy dropshadow on stacklayout or other controls
Hi All, I wanted to implement a dropshadow on a stacklayout, and after some mucking around I decided on this: "Stick it in a Frame with no padding, a transparent outline, and a custom rendered less...
View ArticleHow do I handle keypress events on an Amazon Fire Stick/TV App?
I am building an Amazon Fire Stick/TV App using Xamarin Forms as a common library against an Android app. I don't seem to be able to handle any keydown events in the Android project, which I would want...
View ArticleUWP shadows without a DropShadowPanel
I want to create a custom renderer or an effect or whatever to make a show effect on a text. So both Android and iOS can achieve this using methods and properties with-in the control. UWP is very...
View ArticleLogin with google account
my app intent to use log in with google and facebook facebook support webview but google did not support webview can any one help me to use chrome custom tab in my app xamarin forms ?! Thanks ;
View ArticleXamarin.Forms.Maps Error
Just intalling Xamarin.Forms.Maps, I'm having this much error. What is the cause of these errors? Thanks in advance
View ArticleInheritance On ContentViews \ Page
I want some of my ContentViews to have a common custom constructor, for example; public ContentViewName(BindableObject indexview) : this() { BindingContext = indexview.BindingContext; } but the partial...
View ArticleWhat ad network can be used other than admob for apps created in Xamarin Forms?
Hi, I am making an app for android devices but in Xamarin Forums [instead of Xamarin Native for Android] and also want to use an ad network for earnings. But i cannot use the admob [due to personal...
View Article