Is there a way to have additional tabs inside a tabbedpage?
Here is an example. You have this tabbedpage on the bottom and you have additional tabs on the top. My first guess is that this is self-made. They simply add some buttons and stuffs.
View Articlecould not add Xamarin.Forms.Maps
hello, I can not install the nuget package of Xamarin.Forms.Maps in my .NET shared project error "could mot add Xamarin.Forms.Map"
View ArticleHttpClient() and DiscoveryClient.GetAsync(url) fail to validate certs
I am using Xamarin.Forms 3.1, and .NET Standard 2.0 PCL and whenever I attempt to call an API, i get an error: TrustFailure, xamarin OPENSSL_internal: CERTIFICATE_VERIFY_FAILED My certs are valid...
View ArticleMediaFile returns null on iOS
I am trying to fix 90 degrees rotation on iOS using the GetStreamWithImageRotatedForExternalStorage() method instead of GetStream(). The issue I have is that GetStream() works but return the image...
View ArticleSkiaSharp canvas.Draw
I am trying to draw a bitmap that contains image info. I want to draw the bitmap so that it is drawn on the full surface of the screen. Here is the code I have currently: /// <summary> /// Paints...
View ArticleUpgrade 2.5.x -> 3.x
I am upgrading to Xamarin Forms 3.1 from 2.5.x. When running the form on iPhone X simulator I am now getting black bars. All the other phones work in full screen and no black bars. I googled around and...
View ArticleExpandableView nuget package
Hi all Just created a nuget package which provides opportunity to create expandable views. https://github.com/AndreiMisiukevich/ExpandableView
View Articlehow to know which plugin needs which permissions?
is there in general a way to know which plugin needs which permissions using the source code? I have in my manifest these 2 permissions and i added them in 2016 now I am not confident to remove that as...
View Articlewhat is your experience with IAP plugin for Android? Something doesnt seem to...
I think that we all use https://github.com/jamesmontemagno/InAppBillingPlugin for Android and IOS. I havent implemented IOS indeed but on Android, I am disturbed about in app purchase implementation. I...
View ArticleAndroid Picker Style Xamarin Forms
I have a picker window in my xamarin forms android application that has a black line through each picker option. Im trying to figure out a way to remove it. This is how it looks. Where would I make a...
View ArticleBottom Tabbed page issues
I am trying to use a bottom Tabbed Page for Xamarin Forms (Android). I have this error message: 'IPlatformElementConfiguration<Android, TabbedPage>' does not contain a definition for...
View ArticleOn Platform Syntax XAML Issue with Global Styles
I am trying to setup a specific heightrequest for android only in my xamarin forms xaml code using onPlatform. When I specify the below Android works fine, but I dont want to specify a height for IOS...
View ArticleXamarin.Forms + offline map navigation
Hi all! My current project requires map navigation while the device is disconnected from the internet. The route which will be followed is known, so after login the route with the map has to be...
View ArticleGetting a Xam.Plugins.Messaging sent message finished result?
I have a Xamarin Forms project and am currently using Xam.Plugins.Messaging to send SMS and emails, but I don't see how to take an action depending on the finished result, whether they were sent,...
View ArticleScrollview automatically scrolls to top in ios
Hello All, I have requirement of hide and display stack layout conditionally inside stack layout. So when user tap on button and another stacklayout is displayed but the problem is scrollview is...
View ArticleHow to change the Title bar background color in Xamarin.Forms wpf application?
Hello everyone, I am doing an application in wpf with xamarin.forms in which i need to change the title bar background color to mach with our theme.But by default a blue color background is...
View ArticlePlugin.Media type exists error
Hi, I'm getting 'The type 'StoreCameraMediaOptions' exists in both 'Plugin.Media.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'Plugin.Media, Version=1.0.0.0,...
View ArticleXamarin forms 3.1 - Android Exception while using Frame Control
I have updated to Xamarin Forms 3.1. After that Android build is giving exception on Frame control. The exception is "ClassCastException". Gradient Drawable cannot be cast to RoundRect Drawable. Note:...
View ArticleINotifyPropertyChanged Event for nested Properties
Hi Guys, i have the following situation: OverviewPage.xaml: <Label> <Label.Triggers> <DataTrigger TargetType="Label" Binding="{Binding VehicleState.Tires.TypeSelectedIndex}"...
View ArticleFlowListView Columm Spacing
I using Flowlistview to show 5 images in Horizontal position, but the default spacing between columms is too big, how can i reduce the spacing and increase the pictures sizes? Below is what i have done...
View Article