How to cut a part of SKPath in SkiaSharp (Xamarin.Forms)?
Hello! I have an SKPath that is moving using SKPath.Offset Method and I need to cut a part of a path that is already out of the screen. I would appreciate any help. void view1_PaintSurface(object...
View ArticleListView HasUnevenRows does not work on iOS > v.11 with custom view-cell and...
Hi, We have a PCL Xamarin Forms app that we recently upgraded XF from 3.6.0.220655 to the latest stable version (4.5.0.356). In testing, we found that the custom view cells in our ListViews with...
View ArticleWhy did my app stop working with Shared Runtime enabled?
I was working with my app today, which until now has been using Shared Runtime in development mode. I made a small code change and tried to restart the app, but it started crashing instantly (I could...
View ArticleBlack space on Devices with Swipe navigation
Hey, my problem is this black bar at the bottom (screenshot). This only appears on Android Q (my other test device with 6.0 works fine) (The red box is the missing part) At the app start it says...
View ArticleUIWebView Deprecation
Hello, Since the last 2 updates of my app, I keep getting the below message from the appstoreconnect when I try to publish the app to testflight. I am not using UIWebView anywhere in my app. Can...
View ArticleI can't get android:layout_below to work
So it turns out it's just the designer that isn't showing it correctly. When I deploy it to my device it displays exactly as I would expect it to Hi guys, I simply cannot get android:layout_below to...
View ArticleHow to use FontAwesome in the XAML in a Xamarin.Forms App?
Hey, Does someone know how to use the FontAwesome otf File for nice Icons in Xamarin Forms? I imported all the Files for Android and iOS und put them in the Asset/Ressource Folder. Know I edited my...
View ArticleHow to View sqllite content on Xamarin Forms Application
I have an application and its writing to a SQLLite database. I can tell its writing by the application behaviour but want to examine the table contents just as I may do on a desktop application...
View Articlehow to print the input inside a string?
I am trying to print the input entered by the user inside an alert. Can you tell me what I am doing wrong. void AddButton_Clicked(System.Object sender, System.EventArgs e) { if(!string.IsNullOrEmpty(...
View ArticleDoes setting the main page automatically clear up any exisiting navigational...
This should be a basic question and I have looked at the documentation trying to find a clear answer, but here's my question just to be 100% sure: For example, let's say you are in a MasterDetailPage...
View ArticleCan publish the app due to Xamarin.Forms.GoogleMaps
The app works just fine, but the (iOS) App Store won't let me publish it, instead it throws this error: Invalid Bundle Structure: The binary file 'LiveDispatch.Mobile.iOS.app/GoogleMapsBase' is not...
View ArticleWidget: how can I refresh a listview?
Hello. I already created a widget in xamarin android, added a service using the alarm stuff to refresh the listview on my widget every 1 minute. so far all works. also I reconnected the listview to the...
View ArticleMaking Xamarin Forms reliable?
Perhaps it's just me but I seem to spend an inordinate amount of time chasing down and fixing build issues in my Xamarin projects. A project will build one day and then the next some weird error...
View ArticleHow FlowListView Orientation Horizontal
<Frame Padding="0" Margin="0" BackgroundColor="#690a3d" HeightRequest="40"> <Label Text="xxxxxx" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" TextColor="White"...
View ArticleCan't load solution in VS for MAC
Suddenly, now when i try to open my solution on VS for mac i get this error: The type initializer for 'monodevelop.projects.msbuild.msbuildevaluationcontext' threw an exception Even on a fresh cloned...
View ArticleXamarin Forms Shell Crashed when navigating too fast between tabs and...
I am seeing my app crash when navigating between the bottom tabs quickly and then clicking a button to navigate to a page in the app. If I slow down and wait a second or so, then I do not get the...
View ArticleMulti selection of Images from Gallery are working only on MainPage of iOS...
Hi All, I am working on Xamarin forms application and i have a requirement to pick the multiple files from Media. Hence I have chooses to write Dependency Service to achieve this by using below...
View ArticleUITabBarController without a Storyboard
My Xamarin IOS project uses a Storyboard. Its a tabbarcontroller app, I'd like to modify the number of tabs in my root UITabBarController. You can't add or remove tabs if you crate the tabbarcontroller...
View ArticleHow to catch NavigationBar Back button press event on iOS to execute some...
I want to implement gradual color changing of different NavigationPages, when user is going back in NavigationStack in MasterDetailPage workflow. This color changing animation exists on iOS if I'm...
View ArticleApp stops at real phone , but working at emulator
Xamarin forms app forking fine in Android Emulator but in real phone it stops suddenly after clicking a button , these are the ss of phone.
View Article