Forms PCL project no longer builds
I have a couple of Xamarin forms projects where the PCL has stopped building with the error: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor...
View ArticleGPS Location
Hello, how to get location from xamarin.forms ? not able to find documentation related to this topic. Thanks
View ArticleHow to lock focus on Editor view?
I'd want Editor entry not to lose its focus after pressing the Send button - see the image attached. Such behavior is very common and is implemented in all popular messengers, you just may want to send...
View ArticleSimulators doesn't show up
Windows 7; Visual Studio 2017, Remoting to Mac for simulators The list of simulators (Iphone 6 etc.) doesn't show on Visual Studio toolbar. Remote connection is good. xcode version 8.2.1 (8C1002) on...
View ArticleIndex '1' is greater than the number of rows '0'. (XF 240-Pre1 iOS)
Just updated to 240-pre1 and now I cannot add items to an observable collection bound to a ListView with Uneven Rows and Groups. Have only tried iOS so far. ObservableCollection<Group>...
View ArticlePCL and Google Maps for Android
Hi guys, in a Page I have a ScrollView and inside some labels and a Google Maps in the middle. When I try to move up or down the map, all screen is moved but the map. I read some posts on Stackoverflow...
View ArticleStable Channel (and VS 2017): 15.3.5 Release for iOS 11 & Xcode 9 SDK bindings
Please see https://releases.xamarin.com/stable-release-15-3-5-with-xcode-9-support for the details about this release, including the steps to update or downgrade as needed. This release is now...
View ArticleThe Carbon driver has not been ported to 64bits, very few parts of...
Hi all, Hoping someone can offer some guidance here for me. My saga is, I have a Xamarin.Mac app and have been working on it for quite some weeks, no issues at all. A few days ago my Visual Studio Mac...
View ArticleXamarin.Forms UI Testing- Timed out waiting for keyboard
After Selecting Hardware->Keyboard->Toggle Software Keyboard still its not working. Error while performing EnterText(Marked("Password"), "asdfg") Exception: System.TimeoutException: Timed out...
View ArticleMysql or MSSql from Xamarin Forms
I'm building an cross-platform app with Xamarin Forms. Im having a lot of trouble loading packages to access databases. I don't seem to be able to install either System.Data.SqlClient or MySQL...... or...
View ArticleHow to increase Memory usage for Xamarin forms Winphone 8.1?
I heard about "ID_FUNCCAP_EXTEND_MEM" and "ID_REQ_MEMORY_300" to do that. But I don't know how to implement in Xamarin forms WinPhone 8.1. Please help me.
View ArticleSystem.Net.WebException: Error: ConnectFailure (Network is unreachable)
Hi, My webservice is working if I run app manualy but application must run automatically after device boot up. Unfortunately my app throw this exception: Time Device Name Type PID Tag Message 10-09...
View ArticleUnable to add nuget packages - or open Workbook with nuget package
Running Xamarin Workbooks v1.3.1 and when I try to create a new workbook for Xamarin forms, the spinner keeps turning saying "Adding nuget package" when I try to add Xamarin Forms nuget package. When I...
View ArticleTabbedPage
There a way to quit form a tabbedpage? I create some content child and now i would go out by using a toolbar command that i have just set, do you know which is the better way to do it?
View ArticleUsing SQLite in Shared project
Hi, I'm new to developing in Xamarin (well.. developing in general), but have put a lot of time into developing an App which communicates with an API which I also developed for the project. When I...
View ArticleHow to update the Pin properties on a map when button pressed?
I have implemented the "Customizing a Map Pin" example from xamarin website (sorry i can't put links), the only change i did to the code is that i get the pin properties from a database so the pins are...
View ArticleAdding .png File Crashing Xamarin IOS Build
I am working on a Xamarin IOS project and just created a .png file that I want to display in the app. When I add the image to the Resources folder the app no longer builds and displays the following...
View ArticleXamarin WinPhone 8.1 app crashes after clicking 2-3 photos from Camera?
I am trying to implement camera functionality in xamarin forms for cross platform app using Xam.Plugin.Media of version 2.6.2. This all working fine in Android and iOS, but it gives issue with Winphone...
View ArticleTrigger on attached property
Hi, I want to style all Labels in a specified column and i wanted to use something like this <Grid.Resources> <Style.Triggers> </Style.Triggers> </Grid.Resources> ...my labels...
View ArticleEdit .resx file runtime
Hello guys, Is it possible to edit a .resx file in runtime and if it is possible how can I do this? I need to replace/add or delete kvp while the application is running. This approach is for my...
View Article