Linking Assemblies leads to Binding Property not updating
In my Xamarin.Forms app, there is an issue when creating the Release build: In MyView.xaml, I have a Label with a Text binding: <Label Text="{Binding ProgressInfo.Message, Mode=TwoWay}" /> In...
View ArticleAnyone successfully passed cookies to WkWebView?
I have been working on a Custom WebView that on iOS uses the native WkWebView instead of the default. My pain is that passing cookies to it from a HttpClient does not always sent those cookies on first...
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
Hi! is there a way to get a TimePicker in Xamarin.forms which has only 0,15,30,45 minutes to choose? I tried using custom renderer in Android with something like this: `class MyTimePickerRenderer :...
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
how to pass min interval in the Xamarin Forms TimePicker. I had solution for the renderer iOS: [assembly: ExportRenderer(typeof(TimePicker), typeof(TimePickerRenderers))] namespace...
View ArticleHow can I connect to our internal IIS server from VS debug session?
I've written and deployed an asp.net core 3 web api REST service to our server on our network, which is hosted in IIS, and sending HTTP requests to the service works using Postman. Now I am writing a...
View ArticleListView inside CarouselView scroll vertical is almost impossible.
I have a collection of listviews inside a horizontal CarouselView. When im trying to scroll vertically through the listview in focus, if make any tiny movement horizontally, the carousels horizontal...
View ArticleHow to get audio file locations?
I am trying to get locations of audio files in Xamarin.Forms. I am currently using resources to play audio file, I put there myself, but want to search the phone for these files and save in a List with...
View ArticleXamarin.Forms.Maps repeated authentication error
Hi all, I am having some trouble integrating google maps with the Xamarin maps SDK, I have already contacted google on the matter but they said they can only help if it is part of the google maps SDK...
View ArticleNullReferenceException on MainActivity > OnCreate() > LoadApplication(new...
Hi, I'm getting a NullReferenceException at this line: LoadApplication(new App()); in my main activity. What I was working on was adding a Compat Theme in order to get this badge plugin working,...
View ArticleHave to clean/rebuild project every time
Hi, I've just started to use Xamarin Forms and every time I want to run an iOS application in the simulator I have to clean/rebuild the solution. If I don't then it appears to still compile, but always...
View ArticleMaster Detail on Android (Prism) - Accessing Camera via Detail disables...
HI, I have a MasterDetail Page with a button to access the Camera or Gallery on several of the Detail Pages. I'm noticing that upon exiting the Camera/Gallery the Hamburger Menu button is disabled and...
View ArticleUWP Could not find windows runtime...
Hey all, I just updated my xamarin forms version from 4.2 to 4.3. When I try to run my UWP application, I get a splash screen and I get the following exception $exception {"Could not find Windows...
View ArticleAppropriate an iOS distribution - certificates, profiles, ...
Hi all, Context: I have the task of putting into production an application made by a tier, which will be called TA to update an application made historically by the company CB. TA has recoded the...
View ArticleOnly one page is showing in webview from Google docs
Hello, I have a document in docs from Google , when page it is opening it is downloading with a progress bar and showing in a Webview. For so far so good. But when i make the document longer then one...
View ArticleCustom base App Class
Hello all, is there any way to derive the App class from a custom base class (of course that inherits from Xamarin.Forms.Application)? I'm using visual studio and the autogenerated code in...
View ArticleHorizontalTextAlignment not working after 4.3.0.908675 update for android
After updating Xamarin.Forms to 4.3.0.908675 (or greater) from 4.2.0.910310, HorizontalTextAlignment = TextAlignment.Center no longer works for Entry views on Android. Labels and Pickers apparently,...
View ArticleUsing the Minimum Width for CollectionView
I have a CollectionView which I want to use the minimum necessary width. The containing Grid has the following ColumnDefinitions: <Grid.ColumnDefinitions><ColumnDefinition...
View Articlehow to set title of navigation bar to center?
in xamarin forms how to set title of navigation bar to center?
View ArticleI need to port and Xamarin.Android app to IOS... What Mac should I get
Hello, I am not a Mac user, but I need to purchase a Mac so I can do IOS development on Xamarin. I am looking for recommendations on which Mac is best for this job. Also, what are your recommendations...
View Article