Resolve Android.Views.WindowsManagerBadTokenException exception
I am currently developing an application using Xamarin.Forms that will be available on the Android and iOS platforms. When the application is first loaded on device, I check to see if there is an...
View Article"The iOS Designer Mac Agent is not available", but im connected to the mac...
Hi there, So im working on an ios app using Visual Studio 2015 in Windows connected by mac agent to the macincloud. Until now i havent had any problem, but today i just cant open storyboard. It give me...
View ArticleSave video file to camera roll in xamarin ios
Hi All, How to save video file to camera roll in xamarin ios. I tried using AlASSETLibrary but it is not working in sikulator. Can you please help me in that? Thanks, Mahipal
View ArticleHow to set mono_gc_params in VS for Mac
Hello, I would like to know how to configure AndroidEnvironment in Visual Studio for Mac, I am having problems with the project GC and needed to configure the MONO_GC_PARAMS=bridge-implementation=old...
View ArticleLet's talk performance
As we continue to release performance focused features and fixes, and build processes around performance, I want to have a thread dedicated to those items. Our public roadmap itemizes the feature work...
View ArticleI can't get the available Bluetooth devices
btn1.Click += delegate { txt1.Text = ""; lsv1.Adapter = null; BroadcastReciverClass MydeviceReceiver = new BroadcastReciverClass(); IntentFilter filter = new IntentFilter(BluetoothDevice.ActionFound);...
View ArticleProject won't build. Keeps failing with error message "java.exe" has exited...
I've run into a problem whilst developing an android app in visual studio. For some reason, and I have been fighting with this for hours and found no cause for this to happen in the code, the project...
View ArticleCenter view with proportional width only
Hi, I am making a login page. There is a small view (frame) in the middle that fills 50% of the width, and the height just takes whatever it needs. Is this possible? In all the ways I know, you either...
View ArticleQuesion about a Webview APP and php file upload
Hi, I am trying to develop an app which basically opens a web page, which also offers the possibility to download and upload stuff, including i.d. photos for an accreditation system. It is basically a...
View ArticleIs Xamarin Test Cloud pricing based on the platform or restricted to user?
Hi, Apologies if this post is in the wrong thread? I have been tasked with looking into the Xamarin Test Cloud product for our company. While it all looks very impressive I am slightly confused with...
View ArticleWhen can we expect iOS11 support on TestCloud?
Hi all, I was wondering if there will be any beta versions available on TestCloud before the release of iOS11?
View ArticleSIGABRT while debugging async methods
These methods used to work fine, but iOS rejected our latest App version because an unspecified error. While debugging, they work fine, unless you go step by step after a breakpoint. After said methods...
View ArticleXamarin.Android -> WebView -> Not opening Upload or Take Image Option
I have a website that when I open it using a regular brownser on the mobile, I can use the upload image or take a photo option, but when I access it inside an app developed in Xamarin.Android (native...
View ArticleHow to link app to Calabash when there is UI test solution but no app solution.
I tried to set up Xamarin UI test for my app in real device. I have .ipa only, but no source code. When I star the app, the error as following. Any help is appreciated! SetUp : System.Exception :...
View ArticleCustom Time Picker Dialog
Hello, This code is not working on my device but it works on my device emulator. Java.Lang.Class classForid = Java.Lang.Class.ForName("com.android.internal.R$id"); Java.Lang.Reflect.Field...
View ArticleNew xamarin 10.99 for Xcode 9 beta 4 ?
Xcode 9 beta 4 is published in yesterday ,any upgrade news for Xamarin.iOS ?
View ArticleOnly close Picker with Done button
Hi, I wanted to know if its possible to only close the picker with the "Done" button on iOs and not when a index has changed. Basically I want to scroll to the value and then press Done to close the...
View ArticleXamarin.Forms.2.3.4.247 update : project won't build
Hi, I just updated Xamarin.Forms to version 2.3.4.247 as well as a couple of other packages, and I get this error, completely new for me:...
View ArticleHow To Emit / Raise Events
Firstly, I'm having some trouble trying to subscribe to events. Inside my application class I have something like this: Engine.SubscribeToEvent(new StringHash("TestEvent"), ???); The prototype is...
View Article