Push Notification Channels Azure JS Backend
I'm developing a Xamarin.Forms app right now and am having some trouble configuring push notifications. I have followed the docs on...
View ArticleToolBar of earlier page is displaying.
Hello All, I m going through a strange problem.I have implemented an Navigation.pushAsych method to navigate from one page to other page. It's navigating correctly but ToolBar of earlier page is...
View ArticleMy BindableProperty on custom control is called twice every time in my...
Hi folks, I have a BindableProperty in a custom control like so: public static readonly BindableProperty ShowIndeterminateProperty = BindableProperty.Create<CoreProgress, bool>( p =>...
View ArticleChanging navigation bar back button text (
Hi, I need to customize the text and color of navigation bar back button text and '<' to white. For back button text , am doing like this In appdelegate,...
View ArticleXamarin.Forms mixed with MonoGame?
Hi, would this be possible? I mean, there is an OpenGL-View, but I want MonoGame/XNA-Code inside them. Thanks. Regards ps. Xamarin.Forms is like my GitHub-WPFLight Project, but with more native feel.
View ArticleHow to implement a Pop Up window in Xamarin Forms?
Is there a way to implement a Pop Up window in Xamarin Forms where you can put images, label, etc. and dynamic? Especially in a Map? Is there any generic implementation. Let me know. Sample code would...
View ArticleJust updated Forms app to use AppCompat using James Montemagno's excellent guide
Link to guide: https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/ Im seeing a strange behavior when using the above guide. It seems that my app does not render the "dark...
View ArticleException while running ibtool: -[IBUViewControllerAutolayoutGuide...
I'm running into a problem in my PCL project. Whenever I try to debug the iOS portion, I get the following error: Error 2 Exception while running ibtool: -[IBUIViewControllerAutolayoutGuide...
View ArticleStacklayout spacing=0 still showing space. Help!
Hi all, I've a xaml page with a top banner and bottom banner using stacklayout but there is a space between the banner and main(middle) stacklayout. How do i get rid of that space (Aqua line because of...
View ArticleWebView content cut off vertically on iOS but not Android
In a tabbed app, one of my tabs contains a single WebView that I load with an HTML string read from a file. The HTML is super simple - just headings and paragraphs. On Android, everything is fine, but...
View ArticleFontAwesome Label: Here's how!
Here's how you'll use the new FontAwesome label (Any Graphic font will work, but FontAwesome is Awesome): var coolLabel = new FontAwesomeIcon(FontAwesomeIcon.Icon.Gear) Here's how to set it up....
View ArticleBarcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View ArticleUnable to deploy app in android mobile
Hello All, I am unable to install the app in my android mobile in debug mode. I have check listed the following things. 1.Put the mobile in debug mode 2.Giving permission to app while installation....
View ArticleYou Like what you like…?
Hi all Many users spend a lot of time to help other users, what is not self-evident. I have noted that often really good postings of users are not “Liked” in the threads. This is a pity, as the “Like”...
View ArticleLinkAssemblies task failed unexpectedly
I don't know what happened but my app will now not build because I get this error: Error 1 The "LinkAssemblies" task failed unexpectedly. Xamarin.Android.XamarinAndroidException: error XA2006:...
View ArticleAnyone know how to remove the blue line under Android ListView Group Headers?
Hi, has anyone successfully managed to remove the thin blue line under the Android Listview Group Headers? I've tried a number of approaches, nothing appears to work, any help would really be...
View ArticleUnable to load image from my device documents
Hi, I am unable to load an image which is there at path "/private/var/mobile/Applications/4772CE3E-2552-410F-937D-823ED0C40671/Documents/temp/IMG_20140718_181542.jpg" on my Image. What the exact...
View ArticleIs it safe to pass null to DisplayActionSheet? Question for Xamarin please.
I have been trying to use DisplayActionSheet to implement what should be a trivial piece of functionality. Inevitably there was a pretty significant bug on WinPhone (#21652) that cost some time, but...
View ArticleCustom control with complex property in Xaml
Hi, I have created a cutom control MyControl ` public class MyControl : StackLayout { public static readonly BindableProperty LabelControlProperty = BindableProperty.Create<MyControl, Label>(p...
View ArticleBug in DisplayActionSheet, when user touches outside to cancel
await DisplayActionSheet ("TEST ACTION SHEET", null, null, "Action A", "Action B"); Causes "index beyond bounds" exception when the user touches outside the popup area. Touching outside means cancel....
View Article