How to change the Navigation Page Title font in UWP?
I am trying to use a custom font for my Navigation Page Titles. I have scratched out the unwanted details. I want to use a custom font for the Navigation Bar title, that reads - "Page Title". I was...
View ArticleNot able to override AppBarButtonStyle
So, far I have had major luck in overriding PaneButtonStyle and some single style setters for TextBlocks and SolidColorBrush. The trick is to just redefine them in App.Xaml with the same x:key as the...
View ArticleGmail Authentication in Xamarin forms
How to do gmail authentication in xamarin forms apps after shutdown google plus API. I found some of the tutorial on internet but all of are did using google plus api but which is not support now....
View ArticleFont asset not found Fonts/sans-serif-medium
Idk if it is because of new stable version 4.5.0.530 I updated my project to. Everything was fine yesterday, now i get error "Font asset not found Fonts/sans-serif-medium" on this line...
View ArticleVisual Material Entry Outlined
Im trying to use visual material style for my XF app. I need to use material entry in outlined mode. Is possible? Is possible also to have a start icon for the entry? thanks
View ArticleImplement "update and re-install app" functionality programmatically in...
Hello, I am working in Xamarin forms application. My application is for in-House distribution purposes. So the latest app will be uploaded in one shared link. My requirement is to implement "update and...
View ArticleXamarin UI doesnt refresh after Command ( Picker )
Hello, i have a picker wich is binded to a List. I fill the list with a command. After i invoke the command, still the picker is empty. I tried many things but couldnt solve it. I think there is a...
View ArticlePair to Mac
Hello, I have got problem regarding to Pairing with Mac. I bought brand new MacBook Air, because I had to, IOS dev roles e.t.c (hate apple). So I'm Sr. Software Developer with more than 19 years of...
View ArticleAuthentication through WebView
How can the Xamarin app know who has authenticated via the web app inside the WebForm (Razor page/view)? Basically we want to wrap the whole website inside the Xamarin WebView. We are using .net Core...
View Articleerror when i try to run an ios app paird to mac
Can not resolve reference: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll ?
View ArticleHow can I display a page in different variants depending on a global setting ?
Hopefully my app is fully MVVM compliant. I thought I could now easily exchange the XAML code of one page with another. How can I display a page in different variants depending on a global setting ? I...
View ArticleSending UDP commands I get System.ObjectDisposedException error
Hello: I have two buttons for two differents devices, each one send a different UDP command (ip, port and message). The problem is that the first time I run the app it works, only the first command,...
View ArticleHow Open PushAsync in PushModalAsync
hi Shell type project call await Navigation.PushAsync(new DeteilProduct()); error System.InvalidOperationException: 'PushAsync is not supported globally on Android, please use a NavigationPage.'
View ArticleSkiaSharp - Need to use an older version of Visual Studio?
A few years ago, I used Visual Studio to create a cross platform application. I am trying to recreate it\update it in VS 2019. I admit to not being a full time developer (more of Installshield...
View ArticleXamarin.Forms WebView on iOS does not execute window.open() function
Hi, I have a xamarin.forms app which uses a webview to display the home screen(user details screen) when the user is successfully logged in to his/her account. This web page(user details screen) has a...
View ArticleNavigation Title not centering on Android
I’ve set the navigation title in my Xamarin forms application as below: <NavigationPage.TitleView> <Grid> <Label Text="Settings" Style="{StaticResource NavTitle}"/> <Button...
View ArticleXamarin.forms Pinch gesture to zoom inside a carousel - conflict swipe/pan
Hi, After weeks of try and fix, i was able to have a working pinch gesture on an image inside a carousel page. Now the last problem i have is that the carousel catches the pan gestures on the zoomed...
View ArticleHow to set font family to whole application?
Hi guys, I have added a custom font in my app and want to set it as the default font to the whole app. Any suggestions on how to do this? I tried a lot, for example making a style in ResourceDictionary...
View ArticlePass Array as parameter in constructor in xaml
Hi. I'm trying to pass an Array as an argument to a constructor in xaml, like this: I'm filling the PartNumberDataList and PartNumberDataListID - arrays with values in the xaml.cs-file. The constructor...
View Article