Zooming the Android WebView in Xamarin.Forms

Zooming the Android WebView in Xamarin.Forms

Oops, I did it again… Another PR got merged into Xamarin.Forms, this time adding the ability to set op zooming on the WebView on Android. In this post, I will show you what was added and how you can use it. Everybody was WebView zooming, ha! Before this change, it was only possible to enable … Read more

Showing PDF files in Xamarin.Forms

Show PDF files in Xamarin Forms

This will be just a quick-and-dirty blog on showing PDF files in your Xamarin.Forms application. I got the question from an Italian friend who wanted to implement this into an app, so I thought I’d share it with the rest of you! All code used in this post can be found here: https://github.com/jfversluis/pdfjs The problem Showing … Read more

Building a hybrid app with Xamarin.Forms

Hybrid App Featured Image

A client came to me with the question if I could wrap their web application into a native app. Now, of course there is a lot of things to say about this, I did advice them against it, but for reasons they still wanted it and so I started building. The web application was already … Read more