Views getting bigger or smaller than requested size in listview
Hi, as the title says i have a listview and in its viewcell i have a couple frames and an image button 1. the image in the image button sometimes gets to a smaller size than expected and gets to the...
View ArticleMissing sections from app when debugged on local device, fine on simualtor
When i debug my ios app on a simulator all code is running correctly with all the XAML being displayed right. However, when I debug my app on my local device it is missing XAML from the app with some...
View ArticleHow to write to serial port?
I have a project where I am trying to convert a Windows based app that sends data over USB/serial to Android. I've downloaded and examined https://bitbucket.org/lusovu/xamarinusbserial but I can't for...
View ArticleDouble Flyout Menus Left or Right Xamarin Forms
Does anybody know or have a repo that might implement a double flyover using app shell its two menus one on the left and right and can be open by swipe left or right or a button click. But was wanting...
View ArticleXamarin forms Double Menu Layout
Does anybody know or have a repo that might implement a double flyover using app shell its two menus one on the left and right and can be open by swipe left or right or a button click. But was wanting...
View ArticleButtons and labels in my Shell.TitleView keep disappearing
I have a grid inside my shell.titleview and when I build the application one of the labels shows up but the text on the three buttons in the other cells doesn't show up. I can still click these buttons...
View Article[Shell] Shell and TabbedPage
Hi guys, I'm new to Xamarin.Forms application development and decided to get started with the new Shell component. I understand how routing works and how to navigate between pages but I want to...
View ArticleTabBar customRender for botton navigation icon without Title
What I actually have: What I want to obtain: The code that is actually implemented is this: ```tapbar.cs <ShellContent Title="Feed" ContentTemplate="{DataTemplate views:MainFeed}"...
View ArticleTabBar customRender for botton navigation icon without Title
What I actually have: What I want to obtain: The code that is actually implemented is this: <TabBar> <ShellContent Title="Feed" ContentTemplate="{DataTemplate views:MainFeed}"...
View ArticleHow do you deal with font sizes when user scales their text in Android Settings?
I'm making an app and I tested my app on my moms phone and she has scaling up to almost biggest setting (Samsung A5 2017, 1920x1080) which is not that kind to my design as you can see. What can I do,...
View ArticleXamarin Forms UWP System.ArgumentException
Hi, I'm working on Xamarin Forms project with custom map renderers on all three platforms. I'm using bindable properties to pass data to the renderers. It works fine on IoS and Android but not on UWP....
View ArticleHow do you deal with font sizes when user scales their text in Android Settings?
I'm making an app and I tested my app on my moms phone and she has scaling up to almost biggest setting (Samsung A5 2017, 1920x1080) which is not that kind to my design as you can see. What can I do,...
View ArticleDocumentation not generated in bindings project.xml
I am trying to generate documentation for the android library in Xamarin in C#. I have android library written in Kotlin and generated javadoc. The javaadoc is generated using dokka - Documentation...
View ArticleLibrary for Charts in a Xamarin application
Hi, We are building an application on Xamarin Native that will be using charts extensively for data representation. We would be having multiple charts like bar graph, column graph pie etc with...
View ArticleConvert Image Source to Base64
Hi, I have a QR Image which is generated from: https://chart.googleapis.com/chart? uaing: ImageMerchantQRCode.Source = ImageSource.FromUri( I want to know how can I convert that image Source to Base64?...
View ArticleWhere does all those Accessing hidden method come from in Android 10
When I run my app in Android 10, I see a bunch of "Accessing hidden method" being logged. When I run the same app in Android 6, I dont see those! The app was running great for months. Note that I dont...
View ArticleGetting rid of the "New Frame" Console Output in Xamarin.Forms on macOS
Hi, how can i stop this messages in the console. makes it difficult to use it
View ArticleiOS Share Extension - How to pass data to main app? Right way to implement...
This is my first post here, so hello to everybody. So i've been reading on share extensions for a few hours...and i still cannot make up my mind with regards to the "right way" to implement my intended...
View ArticlePut an Image in a NavigationPage
Hello everyone Y have this code <MasterDetailPage.Master> <ContentPage Title="Master" Padding="15"> <ContentPage.Content> <CollectionView x:Name="menuList">...
View ArticleCan anyone help me how can i put entry property in Frame in dynamic form ?
Entry hoursEntry = new Entry { TextColor = Color.Black, Placeholder = "hh" };
View Article