New .NET Standard App, iOS Icon Default no matter what
I think perhaps the Visual Studio tooling is messed up in the latest version. I've successfully migrated an older pre-3.0 PCL XamForms app to a .NET Standard XamForms app and everything is working...
View ArticleBad looking buttons on Android after upgrading Xamarin Forms to 3.0
After upgrading solution to Xamarin Forms 3.0 everything is fine except one thing - the layout of the buttons. Here I am posting screens to ilustrate that: Xamarin Forms 2.5 Xamarin Forms 3.0 As you...
View ArticleIntent action is not available
Hi Xamarin, I am not able to find corresponding action for < action android:name="android.intent.action.DEVICE_INITIALIZATION_WIZARD" /> in Xamarin Android. I did not get any help in any other...
View ArticleGoogle Maps - Trace Route Itinerary Direction API
Hi , I need trace an itinerary route. I use the Google Direction api for get all point Lat/Lng.. The problème is : # Roads are not a straight line. But the Route is a straightLine How to do this ? Thx...
View ArticleTEditor Keyboard issue with IOS
Hi, I'm using TEditor for cross platform app, its working fine for android but In IOS when i try to write using Rich Text Editor(TEDITOR) that time virtual keyboard is not showing.
View ArticleXamarin Android BulletSpan Radius missing
I wanted to set radius for BulletSpan to make bullet larger then its default appearance. I found the solution on Android with link https://developer.android.com/reference/android/text/style/BulletSpan...
View ArticleImplementing File Picker Example into a Cross Platform Application
Has anyone been able to implement the file picker example in a cross platform(portable) project before or have any pointers, links or examples to where i can get further knowledge on how to do this? I...
View ArticleTwo versions (free and paid) for Store distribution?
Hello, I am currently porting my existing UWP app to Xamarin.Forms. I have both a free version with limited features and a paid version. For the UWP version, I would simply have a const bool that was...
View ArticleHow to select.doc or .xls in file picker on ios?
I try to use FilePicker-Plugin-for-Xamarin-and-Windows,also it's working , but I just can select some files like png or pdf in Cloud Drive ,although I can see doc files . I don't know how to solve the...
View ArticleDevice.OnPlatform (T, T, T)' is obsolete: 'Use switch (RuntimePlatform) instead
I'm following xamarin-forms guide (https://developer.xamarin.com/guides/xamarin-forms/xaml/xaml-basics/xaml_markup_extensions/#The_xStatic_Markup_Extension) and trying out the AppConstants.cs example i...
View ArticleVS iOS Automatic Provisioning invalidates valid distribution profile in iTunes
Hi. This morning I decide to try the new iOS automatic provisioning in Visual Studio for Windows. I noticed that this feature mysteriously invalidates my otherwise valid Distribution profile. Follow...
View ArticleTabbedPage using Iconize nuget.
Hi , Can anyone show me please how to create tabbed pages with this nutget package (iconize ) https://github.com/jsmarcus/Xamarin.Plugins/tree/master/Iconize How can I add fontawesome icon in the...
View ArticleFontAwesome integration in Xamarin iOS Project
I am looking for help or tutorials on how to use FontAwesome icons in my Xamarin iOS Project. Can anyone provide some?
View Articlehow to write navigation logic for previous and next buttons in content page...
on click of next goes to next page on click of previous button want to go to previous page??? how to give navigations??
View ArticleBasic authentication / digest authentication page on webview in UWP.
Xamarin.UWP 1. I would like to display basic authentication / digest authentication page on webview in UWP. IOS · Android uses WebViewRenderer for authentication, but I do not know the authentication...
View ArticleCreate Key in iOS keychain
I'm trying to use 'SecKey.CreateRandomKey()' to create a secure EC keypair, ultimately with the goal of storing the private key in the secure enclave. Using Xamarin.iOS I keep getting a "-50 Key...
View ArticleTextChanged event looping round multiple times
I've created an Entry control using xaml as below <Entry x:Name="txtAge" Placeholder="Age" Keyboard="Numeric" TextColor="DarkBlue" PlaceholderColor="DarkBlue" Completed="AgeCompleted"...
View ArticlePricing
I would like to register for Xamarin University and take some classes towards my certification. However, there will be a gap a couple of months from now where I need to focus on another technology. If...
View ArticleCan't get the Picker element
Xamarin forms So I'm new with the mvvm I was trying to get the string of the picker so when I go to the next Page it will show me the selected element. In the axml file is like this, <Picker...
View Article