Xamarin.Forms Custom WebView Headers (iOS WKWebView + Android WebView)

On a recent app I worked on, there was a requirement for authentication within a WebView.  For this to work custom request headers had to be sent through a Xamarin.Forms WebView.  This is quite standard for a lot of hybrid web applications.  I found some resources on the topic, however, all were quite outdated

By |2021-08-19T12:39:28+10:00August 19th, 2021|Categories: Xamarin, Xamarin.Android, Xamarin.Forms, Xamarin.iOS|Tags: , , , |0 Comments

Keeping your UI fast by using this HTTP trick to check if a remote resource exists

Frequently I find a requirement in mobile projects is to consume remote resources, whether it's images, video, audio etc, the requirement comes up fairly frequently. A common problem I found myself hitting was that when you're trying to do this with a backend or customisable content that relies on a URL is that sometimes

Migrating to Android X: Another Attempt

Due to the expanding number of packages that require Android X (namely Xamarin.Forms 5) it is essential that you can get an old project compiling and running on Android X.  This can come as quite a challenge especially to massive projects that are quite old.  Anyone who has tried to use the built in

By |2021-07-01T15:29:16+10:00July 1st, 2021|Categories: Android, Xamarin, Xamarin.Android, Xamarin.Forms|Tags: , , , |0 Comments
Go to Top