Cancelling Tab navigation
Hi All, Is there a way of cancel navigation from one tab to another? I'm aware of the CurrentPageChanged event, but there doesn't seem to be a away to access the previous page or the new page (so I...
View ArticleXamarin Forms app crashes in release mode
My Xamarin Forms app crashes in release mode. The Android log says: "Info(1209)/ActivityManager: Start proc com.companyname.testapp for activity...
View ArticleLarge image not displaying on tablet
I use canvas and bitmap for create image. I add my image in ScrollView (600x400). But if width of my image will be 2049 or more, this image will not displaying on tablet (on emulator it works...
View ArticleChanging Android's StatusBar color (statusBarColor/colorPrimaryDark)
I'm having quite the struggle with changing the StatusBar's color for the Android version of my Xamarin.Forms application. After searching the topic for quite a while I couldn't find any property to...
View ArticleXamarin App crashes on Reopen NullReference
I have an app on Xamarin, it works fine, if I press back button, to move to main menu it hides in app stack, so when I open it back from app stack it suddenly crashes with NullReference 06-10...
View ArticleHow do I dismiss Master for MasterDetailPage on iPad?
My app is using a MasterDetailPage with a MasterBehaviour of MasterBehaviour.Popover When I select a menu option from my Master menu I call this.IsPresented = false; to dismiss the Master menu. On...
View ArticleWCF cookie
Hey, I have a problem with using WCF. I have a connection with the server and I can login as a user. When the login methode is successfull I fill a currentUser with the logged in user. When I try to...
View ArticleTabbed Page not working properly with MasterDetail page
Tabbed page with MasterDetail page is not showing tabs Icon and Text while using TabbedPageRenderer in android. Only showing tabs Icon and Text on changing other to tab. TabbedPage comes from the...
View ArticleXamarin.Forms UWP support & Windows 10 Mobile
Should we expect Xamarin.Forms UWP support on the day Windows 10 Mobile becomes generally available? From what I see on https://resources.xamarin.com/xamarin-forms-private-preview.html, it's a "very...
View ArticleXamarin.Forms on Tablet and Smartphone
Hello, currently we port our html5 app to Xamarin. Can anybody say what is the best way to build and style the new App for Smartphone and Tablet. Did we need different Apps or can we solve this in only...
View ArticleUsing RabbitMQ / AMQP with Xamarin.Forms
Hello, in one of our projects we want to exchange messages between mobile devices and servers using RabbitMQ. RabbitMQ provides a .net client library, but there is no PCL or compatible nuget packages...
View ArticleZXing BarcodeWriter to Image not displaying
Hello guys, I've been trying to display my barcode in a Content Page but it doesn't seem to be working. I'm using the BarcodeWriter from the ZXing.Net.Mobile Nuget package. The code compiles without...
View ArticleBad display on windows phone 8.1 silverlight
Hello, I am working on a Xamarin.forms project and I have a very bad display on Windows Phone ( Seet attach ). Do you know how the looking is bad and how I can resolve/change the display ? Thanks
View ArticleFontAwesome Unicode Value Class Generator - Website
Hello, I have started to use FontAwesome in my projects, and have noticed that a lot of the Unicode values found on the forums are a little out of date. They only include a handful of the total icons...
View ArticleAdding a ContentView in a ContentPage
Hello, I have a ContentPage with a text field and a button. Once the button is clicked I want to load a ContentView under the button. The ContentView has a ListView of stuff I want to display....
View ArticleHow to handle RTL support in xamarin form?
I just need to implement arabic support in my application. Language conversion is working by adding .REXS files and android:supportsRtl="true" in manifest but its not changing the layout flow direction...
View ArticleXamarin.Forms Designer
I've modified the DesignerHost-Sample from Microsoft to create a Designer that works in conjunction with Xamarin.Forms, WinForms and GTK# It's not the swiss army knife and requires a large function...
View ArticleDynamic ContentViews with MVVM
I'm struggling to get content on ContentPage to change based on a property in my view model. On Screen I see "My App" and "Bottom" but I see nothing for the middle content (expecting that to appear in...
View ArticleHow to service Button.Clicked event in a custom ListView.ItemTemplate
If using XAML, it is very easy as all the events are defined in the code behind where all objects of the page are accissible. But I am building UI in the code and servicing a button click event with in...
View ArticleHow to use INotifyCollectionChanged interface?
I am doing the following: public class myClass : INotifyCollectionChanged { public ObservableCollection<myModel> myCollection { private set; get; } public myClass() { this.myCollection = new...
View Article