How to set Xamarin.iOS SDK version?
The Xamarin.iOS Troubleshooting documentation suggests it is possible to set which version of the Xamarin.iOS SDK to use, but when following the paths listed there is only an option for setting the...
View ArticleDisable weekends i.e Saturday and Sunday
How to disable Saturday and Sunday from my datepicker dialog. I am giving only mindate no max date is provided.
View ArticleHow to disable saturday and sunday from datepickerdialog
How to disable saturday and sunday from datepickerdialog in xamarin android. Here I provided only mindate but not max date. and I am getting the business days by using the following code. public double...
View ArticleVS 2019 gives error 'Could not load assembly...
I am working on a project where I am trying to have a VS Android project access and deploy an AAR that was created in Android Studio. The Android project in the VS solution is able to reference the...
View Articleshell custom bottom tabs without title just large icons with indicator and...
Also shell custom top tabs I could not manage lowercase title and height of tabbar is posible change ?thanks..
View ArticleHow do I localization my app
I downloaded the Multi-Language tool. I selected a few strings from my app to be translated into Simplified Chinese. BUT...now what? (SORRY about the title: It should be "How do I localize my app")
View ArticleCollectionView doesn't work in iOS
Hello, am trying to use collection view as following <CollectionView x:Name="ColorCollectionView" Margin="5" HeightRequest="250" WidthRequest="250" ItemSizingStrategy="MeasureFirstItem"...
View ArticleAny plans for NSBackgroundActivityScheduler?
Just found that it is not mapped, and as I understand that macOS isn't planned to be 100% covered, just wanted to suggest that at least for me this feels pretty essential to be mapped. Are there any...
View ArticleXamarin.UITest - Handle (tap/verify) notification
Hello experts, I'm doing a PoC for automation project using Xamarin.UITest, and stuck at handling (verify_content or tap) on the notification. I did searching for a while but don't see any guideline...
View ArticlePop Modal Pages
Hi all, Is it so hard to return a specific number of modal pages in xamarin forms? Example: Let's say I'm on page 10 and I want to return to page 7. How to do this directly without having to click the...
View ArticleXamarin MVVM Delete Listview Item from Another Page
Hello new to Xamarin form. I have a listview and I can pull up the information when the item is selected similar to the template provided in Visual Studio 2017 xamarin project. Wish the template was...
View ArticleBinding library runtime error: java.lang.NoClassDefFoundError for...
Hello, just been using Xamarin for about a week and I'm trying to create bindings for a library supplied by a third party vendor (.aar format). I've created a new bindings library and followed the...
View ArticleGetting initial touch location of pan gesture recognizer in translation x and y
Do anyone have any tips on how I can get the initial location of a pan gesture? I think IOS has the option built in, but I can't find any documentation on how to get started with a custom renderer for...
View ArticleHow to allow a string to begin with a "." decimal point, using a value converter
The code below does not allow the entry in which it is binded to allow the field to begin with a decimal point. The Entry has a placeholder of 0. Please help. Thanks public class...
View ArticleIssues with Xamarin.Forms Custom Renderer for Web View
I'm trying to load a Sharepoint Online website using a custom web view renderer for Android and iOS. Initially, the header of the site would not display for both platforms, but I discovered that...
View ArticleSaving files to external storage
Hello, everyone! I'm saving a backup from my app's database in SpecialFolder.Personal, it works, but I can't access the file nor move it to another directory, so I wanted to save it directly to the...
View ArticleSharePoint HightLight Content Webpart Not Working in Xamarain Android Web View
Hello, I am developing a Xamarin android app for SharePoint. I am using the WebView control to show a SharePoint Modern Site. All link are working well, but the Highlight Content Webpart Links, is not...
View ArticleHow to hide NavigationBar in TabbedPage.Children?
NavigationPage.HasNavigationBar="False" not work.
View ArticleVisual Studio for Mac 8.3.1 not able to render WatchOS Storyboards ?
Hi ! I've just updated to latest version of VS for Mac and now, I got the following error when trying to open a WatchOS Storyboard: System.AggregateException: One or more errors occurred. (One or more...
View Article