can we have tabbed page top in iOS?
Hi Guys, Is possible tabbed page in iOS? like android tabbedpage Thanks advnace
View ArticleXamarin.ios Close ActionSheet when tap on screen
I'm creating a UIAlertController with ActionSheet style: UIAlertController actionSheetAlert = UIAlertController.Create(null, null, UIAlertControllerStyle.ActionSheet); I'm adding an action to it:...
View ArticleUWP compile error
I am recently unable to compile the UWP within the release configuration. I get the errors as below, which I read as being in relation to the xamarin.forms.element. 2>C:\Program Files...
View ArticleIs anyone actually using the geofence plugin in production?
I have created an app that uses the geofence plugin (https://github.com/domaven/xamarin-plugins/tree/master/Geofence) to notify users when they enter/exit certain locaitons. It works to some extent,...
View ArticleAdding Buttons to Acr UserDialogs
Is it possible to add multiple buttons to an Acr UserDialogs Actionsheet? I want an action sheet that has three choices.
View ArticleThe "LinkAssemblies" task failed unexpectedly.
After upgrading the nugets I get the error below, how can I solve it ? Severity Code Description Project File Line Suppression State Error The "LinkAssemblies" task failed unexpectedly....
View ArticleApp crashed with Message "log_callback(char const*, char const*, char const*,...
I have developed app with Xamarin.forms, which is crashed in iPad Air (iOS 11.2.1) with the following message : "log_callback(char const*, char const*, char const*, int, void*) runtime.m, line 1099". I...
View Articlejava.lang.ClassNotFoundException in Visual Studio 2017 Xamarin Android
VS 2015 Build OK. Debug OK. VS 2017 Build OK. Debug Error. Unhandled Exception: Java.Lang.RuntimeException: Unable to instantiate activity...
View Articlewhen i select the item in the list view display the keypad
Every time I selecting an item of the listview,item quntity is dispaly in the Entery so every alternate item appears the numeric keypad in screen, i want appears Numerick key pad Every item. anyone...
View ArticleCS0234 error only in android
I have created a new content page in my project and I'm trying to pop it with : await Navigation.PopModalAsync(popout); Before this I instance it by doing: var popout = new PopOutPage { BindingContext...
View ArticleGenerating PDFs with Metadata with PrintedPDFDocument
I am in the process of converting a Windows Mobile application to Xamarin Forms, specifically Android. In the Windows Mobile app, we create PDFs using PDF4NET and are able to add Keywords to the...
View ArticleHow to implement a timeout when using Bluetooth socket.ConnectAsyc()?
I am using the following method to implement a timeout on a Bluetooth socket.ConnectAsync() call in my xamarin.forms (shared) project: private async Task<bool> Connect() { int attempts = 3; bool...
View ArticleXamarin.Android Toolbar does not show connected devices
Greetings, I am using Xamarin.Android 4.10.1 with VS2012, and I cannot get any of my Android devices to show in the Xamarin.Android toolbar drop down. I have the vendor USB drivers installed, the...
View ArticleHow to open multiple instance of Visual studio in MAC
Hello, How can i open more than 1 instance of Visual Studio in MAC desktop. I am not finding any way to do that. Thank you
View ArticleHow to access microphone stream in Mac?
Hi, I am trying to port my Win Forms app to Mac and have a question regarding microphone access. In my WinForms app, I use NAudio to capture the microphone stream and run through some speech...
View ArticleHow to access intranet sites from web view on Mac
I am using Xamarin.Forms in mac and I am not able to access our corporate intranet site from WebView control. The same url works fine in Safari or chrome and the same code for uwp also works in...
View ArticleFacing problem in NSProgressIndicator to display progress of process.
Hi, I am using NSProgressIndicator to display progress of process. for this i am using following code var progressIndicator = new NSProgressIndicator (new CGRect (50, 0, 400, 200)) { DoubleValue = 0,...
View ArticleHelp me,How to add System.Drawing.Bitmap to xamarin.ios?
I add Aspose.BarCodeRecognition.dll to my xamarin project,but get Error CS0012: The type System.Drawing.Bitmap' is defined in an assembly that is not referenced. Consider adding a reference to assembly...
View ArticleUsing ImageKit to Scan
Does anybody know how to even start this? I implemented an IKDeviceBrowserView, no problem, and it does enumerate scanners. The first question I would have is what does "local" mean in...
View Article