Image deformation when I tap to entry
I have Image for background in root grid. I have this trick because I want to use Embedded Resource image for background. Xaml code of this: Page launched: Tap to entry: After keyboard closing Also it...
View ArticleHow do you get the default font (family) for a platform/app?
I've been searching around and tried out a few different things, none of which seem to work, but I just want to find out if there's a way to get the name of the default font on the current platform? I...
View ArticleXamarin.Auth, version 1.5.0, error when linking assemblies is enabled, on...
I am getting the error, in release: error XA2006: Could not resolve reference to 'System.Void Android.Support.CustomTabs.CustomTabsIntent::(Android.Content.Context,Android.Net.Uri)' (defined in...
View ArticleNo -tsa or -tsacert is provided and this jar is not timestamped. Without a...
Hi, I am struggling with the following error when i run the xamarin forms in the android environment. /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets:...
View ArticleGiven Key Not Present in Dictionary Xamarin Forms
I Have a Login ViewModel something like this below public class LoginViewModel : ViewModelBase { private readonly IAuthenticationService _authenticationService; public...
View ArticleText Missing from Page when shown with PushAsync but visible when shown with...
Has anyone come across this issue with Xamarin Forms (2.5.0.122203) where Labels and other text don't show on a child page of a NavigationPage when it's invoked via Navigation.PushAsync but it works...
View ArticleChange DatePicker minimum width 296 to lesser width.
The DatePicker does not resize when width is smaller than 296. It will be cutoff. What is the possible workaround to correct it?
View ArticleHow to get Firebase token after user Login?
Here i am getting firebase id token ,and it works fine- public async override void OnTokenRefresh() { refreshedToken = FirebaseInstanceId.Instance.Token; SendRegistrationToServer(refreshedToken); } but...
View ArticleHow i can reduce size or stream of image in xamarin forms?
var file = await Plugin.Media.CrossMedia.Current.PickPhotoAsync(new Plugin.Media.Abstractions.PickMediaOptions { PhotoSize = Plugin.Media.Abstractions.PhotoSize.Medium }); if (file == null) return;...
View ArticleHow to show Animation in Page Transitions ?
Hi All, I'm building a XForms app where I'm using Tabbed Page control. But while Navigating to another page the transition of the space occupied by tabbed page is observable quite clearly which...
View ArticleMicrosoft azure login page
Is there any way to customize the azure AD login page with company branding.
View ArticleHow to navigate to a particular page when user taps on a Local Notification...
Hi am developing a Xamarin Forms app. i have implemented local notifications in the app. When the notification has fired, upon clicking the notification it has to navigate to a particular page. In iOS...
View ArticleTabbedPage Performance / Replacing Current Page?
Hello, Firstly, some background: We have a requirement within one of our apps to show multiple different pages side by side using Xamarin Forms where you can swipe between pages and quickly jump to a...
View ArticleOpen default email app
Hi guys, how can I open the default app for email? I don't want to send anything, only open the default app. Thanks
View ArticleUnexpected fail for task "javac"
I have this message and the message say that i can have folder or file name long too big, but i have no folder or file name. See below the complete message: Falha inesperada da tarefa "Javac"....
View ArticleLoad Custom Render before get current position
i am getting one issue in my app.i am trying to retrieve my current position(Using Mvvm) and pass it to my custom renderer but when try to call below code if (locator.IsGeolocationAvailable &&...
View ArticleOn Property Change, Can't Hide or Display Grid/Label
I am not new to Xamarin Forms, but kind of failed to understand why the does not hide when some properties change. My Grid: <Grid Grid.Row="0" BackgroundColor="Red" IsVisible="False"...
View ArticleXamrin.Forms iOS ListView - ViewCell height is wrong ONLY on application...
I have a xaml based ListView ViewCell with an image and 3 grid rows of text that is not rendering properly the FIRST TIME the application is started. It is the first page of the application after...
View ArticleI can't install version 2.5.0.122203
I get errors that undetected packages Xamarin.Android.Support.v7... 25.4.0.2. But I use Xamarin.Android.Support... 26.1.0.1 and target Android version 8.0. Any help.
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View Article