Hyperlink Label text is not showing mouse Hand cursor after hovering on it in...
I am using CustomRenderer to make the Label text as the hyperlink. With my code Label is showing Underlined and we are using Label.GestureRecognizers to capture the click. But the mouse cursor is not...
View ArticleGeolocator Plugin
Hey. I am using Geolocator plugin. I try to use getposition inside of a timer with methods with async/wait and i get the result with await and not .result. I have the right permissions in manifest but...
View ArticleSame picker UI for android and IOS.
Is there any way to implement picker in such way that it looks same in android and IOS device. 1)In android picker open in the center of the screen. 2)In Ios picker open in the bottom of the screen. I...
View ArticleHow to close the current page and go back to the previous page
It looks a simple thing to do, but I didn't find anyway to make it. How can I close the opened page and get back to the page I opened before it? I tried Navigation.RemovePage(this); but it didn't work,...
View ArticleErrors when referenace android project to ui test project Xamarin
Hello i have a intruder problem, i have created a xamarin form solution with monoandroid 8.1 and .net standard 2.0 and every thing going fine, once i have add UI test project and add android project as...
View ArticleBinding View Model to a grid.
I am really fade up with the grid. Don't know how to create a grid which will bind Images cause I don't know how many images are coming from API. I did this way --> <ListView x:Name="RecipeList"...
View ArticleApp has entered a break state, but there is no code to show. Any Solution ?
06-06 03:54:55.124 I/art (10405): Starting a blocking GC Explicit 06-06 03:54:55.125 D/Mono (10405): GC_BRIDGE waiting for bridge processing to finish 06-06 03:54:55.131 I/art (10405): Explicit...
View ArticleXamarin Forms Entry - Keyboard property not working in UWP
In Xaml Page, In Android, it shows the numeric keyboard but in Windows UWP app, entry is taking alphabets as well.
View ArticleDisplay all 3 parameters in listView
Hi Xamarin forum how to display three parameters so that I can display it in ListView lest say I will want to display Name Address and Phone number I already Binded Name and Address using Text and...
View ArticleBug in obtaining MAC Address in Android 7.1
I try to retrieve MAC Address from an Android Device. The following code works both in 7.0 and 7.1 while on Wifi network. On cellular network though works only in 7.0 version of Android. var all =...
View Article[UWP] Grouped ListView ArgumentOutOfRangeException when ItemTapped
Hi @All, I'm hoping that someone has encountered a similar problem and can help me with some tips how to solve my problem. After upgrading Xamarin.Forms from 3.0.0.446417 to 3.0.0.651731 I'm getting...
View ArticleAccess to scrollview in control template
In one of my views in code-behind, I want to call scrollView.ScrollToAsync. Unfortunately, my scrollview is defined in control template. How can I access it?
View ArticleStatus bar and Action bar transparent in Android
Hello guys, I am developing an application in Xamarin Forms, I am trying to set in the Android status bar and transparent bar action with an image that will overlap. As in the image below. Any idea?...
View ArticleCan not load debug symbols from NETStandart Project into UWP Project
I migrate from PCL to .NETStandart, the app run ok, but, do not debug code into Core project. I obtain "Cannot load debug symbols", in the output windows show this. 'Quantica.Mobile.Core.UWP.exe'...
View ArticleUpdate of DataTemplateSelector ?
Hi, I use a DataTemplateSelector that selects a DataTemplate based on 2 properties of item. If I change one of the property and made a RaisePropertyChanged, Template selector is not evaluated again....
View ArticleNewbie Needs help Xamarin.Forms, Native & backgrounding activities
Hi every one I m not what we call a dev but i work with We have an existing app developed on Xamarin Forms Today we re facing a big issue: keep app alive in background till app killed by customer as...
View ArticleSetting button's IsEnabled to false does not disable button
I have observed that when setting a button's IsEnabled property to false, the button continues to be enabled. This button is located at the bottom of the grid. I do not observe this behavior in other...
View ArticleHow to Convert Android & iOS Projects to Use .csproj for Package References
Hi guys, We really like the way the new Xamarin.Forms project templates manage NuGet packages (cleanly). It makes things much easier to manage, thus, we'd like to convert our older apps to this new...
View ArticleChanging iOS App Icon
Hello, I have a Xamarin Forms app which I would like to change the iOS app's Icon. I trued using the Asset Catalogs but the default Icon doesn't change.
View ArticleBug or wrong approach? FormattedText and Bindings through XAML throw an...
We have a Label that has a sentence as the Text property, we want to split it in two to style it differently. The original approach that compiles and "works" but doesn't show up on screen because our...
View Article