Simplest way to draw a single pixel on Xamarin Forms ContentPage?
Hi, maybe with SkiaSharp (in Xamarin Forms) @mattleibow? Or can i detect touch event and draw a BoxView 1x1? (but i hope drawing 500 boxview will decrease app performance?). I use SignaturePad, but i...
View ArticleRegisteredForRemoteNotifications not called in iOS10+
Hi, I try to add remote push notification to my app. I create a developer profile for APNS, and I set the key aps-environment with value development in Entitlements.plist My code:...
View ArticleDetect if simulator or device
Hi all, How can I detect if I'm running on the simulator or on a physical device in Android? Thanks, Alex
View ArticleHow to set `RowHeight` for ListView as Platform Specific .
is it possible to set RowHeight of ListView as Platform Specific ? i did with this- <ListView.RowHeight> <OnPlatform x:TypeArguments="x:Double"> <On Platform="iOS" Value="65" />...
View Article[iOS] Blank screen when navigating to another page
Hi, We have a Xamarin Forms app, that compiles and runs normally on Android and iOS. Visual Studio Team Services is used for continues integration, which seems to work perfectly: we pull code into...
View ArticleiPhone X SafeArea with Forms ListView
How do you guys handle the safe area problem for ListViews with Xamarin.Forms? Just setting the safe area as margin on the whole ListView looks ugly AF. So I search for something like a custom renderer...
View ArticleGeneral Android File System Confusion - Disappearing files
First, i would like to state I have been these threads: Here: https://forums.xamarin.com/discussion/comment/13869#Comment_13869 Here:...
View ArticleLayout compression slowing down pages
Hello Folks, today i tried the new layout compression feature, the results are quite disappointing. In my last project, i have some complex view (lots of labels, stacklayout, grids, ecc...). They are...
View ArticleMigrating to GitHub Issues and Projects
GitHub Issues We're excited to announce GitHub Issues is now open on our repository. This is our new home for reporting bugs as well as discussing enhancement requests. What does this mean? Bugzilla...
View ArticleXamarin UWP and Google Analytics
I am looking how to implement Google Analytics with Xamarin.UWP project specifically. After spending some time researching I find that Google Analytics now requires you to use Firebase, but Firebase...
View ArticleHow to change the IsVisible for the ContentPage at runtime?
Hi, I am setting the IsVisible="false" for the ContentPage in my XAML. I want to know how can I change it to true at runtime? Here is my XAML: <?xml version="1.0" encoding="UTF-8"?>...
View ArticleVS 15.5 Remoted iOS simulator issues
Just updated to 15.5, very cool that you can now run the iOS simulator on Windows and not need an enterprise license! I'm having problems with it though. After updating and rebooting, I installed the...
View ArticleProblem related to Invalid Swift Support - The SwiftSupport folder is...
Please can someone help me? This message appears in my email after I've sent a version to apple store: "Dear developer, We have discovered one or more issues with your recent delivery for "Clinic...
View ArticleHelp! This is Hell! Is the Xamarin Team listening?
I have an Android app I developed about a year ago on Xamarin Forms in VS2015. I checked it out to make some minor modifications, but I had reloaded Windows 10 since then. I fired up a completely fresh...
View ArticleHow to do data-binding between an sqlite database and a listview?
I'm trying to use data-binding to get list of contacts from an sqlite database. So far I've followed the guide on working with databases but my listview isn't displaying any numbers.
View ArticleTroubles with localization in XAML using MarkupExtension
Hello community, I have a problem with non working localization in my Xamarin application. I took the guide developer.xamarin.com/guides/xamarin-forms/advanced/localization/ as template and implemented...
View ArticleIssue with Samsung Note 8 running Android 7.1
My app invokes Call Phone intent. There is no problem with Marshmallow phones previously. But now on Note 8 I tried it for the first time. When I invoke the Call Phone intent I get the following...
View ArticleDetecting an element is currently within visual rendering space
With Xamarin Forms, is there a method for detecting if an element is currently within the visible portions of a screen? What I am trying to achieve is the ability to detect when a user for example has...
View ArticleInspector thinks AVD is a physical device and will not load
I'm using the Android SDK emulator with a x86 system image and VS 2017. When I try to use the latest version of the Inspector I get an error launching it; "Inspector is not supported on physical...
View ArticleGet screen coordinates from Element for both Android and iOS?
I am trying to write a tutorial overlay, otherwise known as ShowcaseView or Coach Markups or Instructional overlay, component. I can handle the custom renderers and putting overlays on top of both...
View Article