Upper TabbedPage shadow border
Hi, When using TabbedPage, I managed to add a shadow to the bottom border by setting the BackgroundColor to white. But how can I create a shadow border for the upper tabs? See picture below for...
View ArticleHow to get verticalOffset position after ScrollTo methods in collectionview?
I have a collectionview and want to get the verticalposition after scrollTo () .But the Scrolled only get the previous position not the right position. how to do it?
View ArticleAudioTrack couses short stops?
I have an app streaming music to another phone via Bluetooth. The app decodes mp3 to pcm data and then sends it. The problem is the sound stutters sometimes, but plays ok other times. The play method...
View ArticleChatUI - move input Text above keyboard
Hi - i have been following this tutorial to create a Chat UI:https://www.xamboy.com/2018/06/14/exploring-a-chat-ui-in-xamarin-forms-part-1/ This seems to work by adding a margin to the view which holds...
View ArticleXamarin.Forms MicroCharts BarChart with Multiple Values
I'm using MicroCharts barChart: I import everything. I read a list of data from Api. I need to show the data grouped by parameter year(i read from every object from the list) and have 3 values for...
View ArticleMicrosoft.AspNetCore.SignalR.Client, IOS device on released build
Hi, I am using Microsoft.AspNetCore.SignalR.Client 3.0.0 nuget package (also tried the 3.1.1 version). On android devices works properly on Debug and Released version. On IOS devices works properly on...
View ArticleAny chance to communicate WCF in Xamarin Forms?
I want to migrate from windows operating system to android system. What I cannot achieve from the beginning is established communication with WCF engine. Currently, we are using WPF to established...
View ArticleButton command bind not working
In my project created a button with command bind when application run on debug mode working fine but after installation of generated signed apk file button command bind not working. VS Details...
View ArticleInsert text to an existing pdf
Hello Everyone, Is there any way to insert text to an existing pdf in Xamarin.Forms?
View ArticleHow to create and populate a local SQLite db with API json data?
Maybe my question is a comum question, but I didn't find the right answered in any other place. I'm creating a Xamarin.Forms application that will consume data from an API Rest that I created in C#....
View Articlewhy does linking SDK assemblies change behavior of database access in...
Hi all, I have been working to develop my first Xamarim forms apps for 2 months straight now. So far I have been able to find answers by researching on this forum except for this one. I used...
View ArticleRemove webview
I am trying to upload to Appstore , but i get this ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . Oke i delete everything that was using...
View ArticleIs it possible to build multiple apps from the same source code (Single...
Hi Guys , Is it possible to build multiple apps from the same source code in Xamarin forms i.e i want to make some changes like login page and want to build different apps for different clients but the...
View ArticleDynamic MicroCharts
i'm new in xamarin,how can i set color and value in DonutChart dynamic from api?
View ArticleProblem while back from one page with horizontal orientation to another page...
When I firstly show MainPage it shows properly all and in right orientation. I go to SecondPage, in this page also all is fine. But when I return to previous page( MainPage) orientation doesn't change....
View ArticleChange label text or put Entry in paragraph
Hello, I have a paragraph basically in a label. "Hello world, This is my first application..." I would like when I click on "first" to show the keyboard and be able to change the text. Is it possible ?...
View ArticleOverride iOS Accessibility setting for Bold Text
Is there a way to override the Bold Text setting under Accessibility in iOS? Some of our labels are getting truncated. We have tried setting FontAttributes to None, but that did not make a difference....
View Article[UWP] Occasionally an image will display the wrong source, using the bounds...
I have many images in my program with sources set to .png files. They all initially load correctly, but sometimes the images will change and display the contents of images I use elsewhere in my...
View ArticleDependency Service: set accessibility focus after a button click
What I want is to be able to set the accessibility focus to a particular element after the click of a button. I tried to achieve that using dependency service, but it doesn't work, I think due to the...
View ArticleDo I need to still include my ExportRenderer for WkWebView
I have a WebView in Xamarin Forms 4.4.0.991477, and it seems like adding and removing this line from AssemblyInfo.cs isn't affecting anything, but do I still need to include [assembly:...
View Article