AutomationID Showing inconsistently
I have had this problem for some time. If I add AutomationID to, e.g., 5 controls on a page, and then run app.Repl(), I see one or two of the controls with their AutomationID but most without. Have you...
View ArticleUsing Slider with audio
I need an example to change the position of the audio, but using the slider control?
View ArticleXamarin Android:
Hi, We are using Xamarin forms to develop our application. For xamarin Android (apk) application some security audit happen & they have found some security issue in our application. "Found elf...
View ArticleIs possible to avoid slow startup time of xf app on Android in this way?
I made a big xamarin form app for ios and android, all is working great, but on Android app take till 8 seconds to starts. I already try to use XAML Compilation and AOT...the AOT gain 2seconds, but it...
View ArticleXamarin form - Firebase notification with image
i want to send notification from firebase console with image, i have successfully implement in my xamarin form i can get device token and can send notification to device from firebase console, but the...
View ArticleHow to set svg Image as background in Xamarin Froms
Hey everyone. I want to set a svg image as the background of my differnet pages. How can I set the image to automatically scale to the screen size? I hope that someone can help me!
View ArticleCustom fonts and FontAttributes: how to apply Italic or Bold?
I work on a Xamarin.Forms project where I added 2 Google fonts: Montserrat and RobotoCondensed. I can use these fonts without any problem in my app, with Labels or Buttons, on iOS and Android. But when...
View ArticleHow to change Title font for Navigation bar ?
Can't find place where to change font for Navigation page title. Is there ability to do it ?
View ArticleHow do I change the text lineheight?
Hi guys, Im trying to change the lineheight of a label but I cou;dn't figure it out. Can somebody help me out?
View Articlehow to print a pdf without view ?
Hello, it's possible print a pdf without view in xamarin forms? (no bluetooth) Thanks for help.
View ArticleHow to change Pin position on location changed event
I am developing an app to track users live location.I have the updated positions from geolocator plugin.when i get new positions i change the pin position.But it is not changing in the map.Here is the...
View ArticleJava.Lang.IllegalStateException: Error using newLatLngBounds(LatLngBounds,...
com.google.maps.api.android.lib6.common.apiexception.c: Error using newLatLngBounds(LatLngBounds, int): Map size can't be 0. Most likely, layout has not yet occured for the map view. Either wait until...
View ArticleHii, I want to execute only mock database not "main", when i am running unit...
Can i execute only mock database when i am running the unit tests
View ArticleNavigation.PushAync() method issue on Lollipop devices in Xamarin.Forms ?
Hi everyone, I am facing some issues in my Xamarin.Forms application with Navigation.PushAsync() method but only on android lollipop devices. The app perfectly works on pre lollipop and post lollipop...
View ArticleIs nested navigation in the Master view of a MasterDetail possible?
I am trying to create an Android tablet and phone app with a side pane on the tablet version with full hierarchical navigation. It should be a menu with sub-menus, and selecting a child in the sub menu...
View ArticleHow to keep copy-paste and scroll for editor inside scrollview (Xamarin Forms...
Hi everyone, I am struggling with Editor for Android, using Xamarin.Forms v3.1.0.697729. If I test with editor as single item inside a stack layout (without scrollview), it is possible to both do a...
View ArticleDynamic value change and showed in UI, but can't use the property in...
I have created a page where I am showing the api fetched data without refreshing the page by implementing the inotifypropertychanged. When I am using property _bookQuantity its working fine. But when I...
View ArticlePopup windows within a webview?
Does anyone know what kind of support there is for popup windows in webview? We are opening some intranet links within a webview and a new package we have is using javascript to open up it's own styled...
View ArticleDynamic ListView with TextCells
Hey, I'd like to to create a ListView with a dynamic amount of items (TextCells) in it. Sometimes the ListView needs to contain 5 TextCells, sometimes it needs to contain more, ... How can I achieve...
View ArticleLaunchscreen imageview is not in center position on IOS
Hi, I tried to make the launchscreen, following the microsoft link, but it's a total nightmare. When I change simulator device then the full image change it's position from central to the side. In the...
View Article