How hide url in xamarin ios when there is no internet connection??
Hi, I'm working with Xamarin IOS and I do not know how I can display a window when a webview does not have an internet connection (hide browser url)? Could you give me an example, i am new in xamarin.
View ArticleListView long press PCL
Hello everyone. I need to use or add the LongPress method in my app. Does anyone have a good example to develop this event?
View ArticleGeofence Plugin for Xamarin Released
Hi guys Just released a plugin that supports geofence monitoring for iOS and Android Platform. Windows support coming soon. Try it and let me know if helps any one. Also have a list of TODOs if anyone...
View ArticlePackage dependencies problem
Hi, I tried to create a Xamarin Forms application including Firebase Cloud Messaging. But I fail when I try to add the required nuget packages:...
View ArticleIMAGE CROP and RESIZE in Xamarin Forms
Need to implement image resizing and cropping in Xamarin Forms
View ArticleCopy .app file after build
Hey! I've got a question concerning the build process of iOS. Is there a way to get the .app file (from Mac) to my build server? Currently the build process copies an .app file but it's always empty...
View ArticleGet image of map on android
I'm using Xamarin.Forms.GoogleMaps to show a map on iOS and android. I'm trying to screenshot the map to get an image of it. On iOS this works fine, but on android, the screenshot image is a black box....
View ArticleSeparate View and ViewModel in different projects of a solution
Until now we have been working and been very satisfied with the Prism approach for MVVM. Our last large project (WINRT) had analogue to the Adventureworks example, two separate projects (next to some...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleXamarin.Forms.UWP crash in OnLaunched() Native Toolchain ON
When build-setting "Compile with .NET Native tool chain" is ON, I get the following exceptions in Xamarin.Forms.Forms.Init(e); in OnLaunched(): Exception thrown: 'System.IO.FileNotFoundException' in...
View ArticleOpen Lync with specific chat ID from Android app
I am using below syntax for opening Lync. But it is not opening with specific ID. intent.SetData(Android.Net.Uri.Parse("lync:" + chatID)); How to open Lync/Skype for Business with specific chat ID....
View ArticleDirectly using plugin's source in my application?
I need to modify Plugin.BLE for my application. I already have a working application that uses the NuGet package. So, I tried migrating the application code to a copy of the plugin's source, which...
View ArticleJava heap space OutOfMemoryError when binding a big .jar
Hi, I'm trying to bind BurstlySDK to my mono for Android project. According to the steps described here...
View ArticleWhat is all this New, Old and Element stuff inside a Custom renderer?
Hi all, I'm building a small library of controls that aren't provided by Xamarin.Forms like Checkboxes and RatingBars. So far they are working well, but I want to know the right way to set up the...
View ArticleXamarin.Forms bug? System.ObjectDisposedException: Cannot access a disposed...
Hi, My Android Xamarin.Forms application uses a Navigation stack to display various views, I often have a list on a screen (A) that once a cell is clicked I push onto the stack a new screen (B), the...
View ArticleAbandoning Xamarin.Forms :(
Hi there, over the last months I wrote a quite big business application using forms. The main target was UWP, but we needed the possibility to create IOS and Android versions along the road. Overall my...
View ArticleI cannot install Xamarin.Android.Support.v4
Whenever I create a new project I get this error. Warning Unexpected error - Please file a bug report at http://bugzilla.xamarin.com. Reason: System.IO.FileNotFoundException: Could not load assembly...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleHow can we create a chating App in xamarin forms by using signalr?
I want one to one or group chat in xamarin forms?
View ArticleRemove page from navigation and change the rootcontroller of app
When the users open the app, I want show the login screen, which has its flow. If the user login, the rootcontroller should not be the login anymore. How can I do that? I'm using only code UI (not...
View Article