Load image from Firebase
I have an image in a Firebase Storage. Want to show it but nothing is dowloaded , think the link is wrong ? <StackLayout VerticalOptions="Center" HorizontalOptions="Center"> <Label Text="Image...
View ArticleHow to present a view controller in background by sliding off the current one?
I implemented right to left transition by using this class: internal class RightToLeftTransitionAnimator : UIViewControllerAnimatedTransitioning { public RightToLeftTransitionAnimator() { } public...
View ArticleHow to handle the animation duration of a CarouselView on iOS?
Hi, I need to know if its possible to handle the duration of the CarouselView animation in iOS. Below the link to the video of my situation:...
View Articlelocal notification xamarin forms
Good Day all i am using local notification xamarin forms and it works perfectly when both users have opened the app. but if one of them has closed the app the notification cannot be shown on the user...
View ArticleHow to print a web page without first rendering it on a page?
Given a URL, how can I print what is at that URL on iOS, without displaying a WKWebView (or WebView in XF)? I find that if the URL is that of an asset such as a .png file then it works, but if it is...
View ArticleEntry : update binding when UpdateSourceEventName=Completed or Unfocused
Hello, I have a collection of n item to display. I have some DataTemplate where I have an Entry (or an Editor or some other controls depends on the DataTemplate being displayed). I want to raise some...
View ArticleXamarin Android Wifi on API29/Q/Andriod 10
I have the following code that works where I connect to my wifi IOT device (to do setting on the device). The thing is that I can get it working, that is i can access the REST Api of the wifi device...
View ArticleAndroid change accessibility focus
In Android Studio, using Java, to set the accessibility focus on a certain view after, for example, pressing a button, you have to do...
View ArticleZooming problem on device rotation
I am working with wkwebview custom renderer to play youtube video. Initially the video plays inline in portrait mode. on rotating device to landscape mode, it resizes to the full height and width of...
View ArticleVideo try to reload when orientation changes
I am working with wkwebview custom renderer to play youtube video (iOS). Initially the video plays inline in portrait mode. but when device is rotated to landscape mode video try to start loading and...
View ArticleHow to set default language if language key is not found in...
To get the native iOS Popups in different languages, I have added supported languages in info.plist as below With this, if I choose the languages French, English,Spanish, Italian or German. I am able...
View ArticleStartForeground() without notification
Hi, Actually, I've a requirement for sending the data to central database from mobile local storage via Web services in background for every X minutes. Googled lot of things for doing the background...
View ArticleDelete threads
Hi, @Jingleton or some moderator Could you please delete the below mentioned threads created by me?...
View ArticleStuff doesn't work on all platforms
hello; i'm relatively (but not completely) new to the Xamarin game and am having trouble getting started. Stuff that works on Android doesn't work in UWP and vice verse. Here's a sample: async void...
View ArticleKeep properties from binding after close a popup
HI, In my case I am creating some event, with binded data, but if the hours are bad, I get a popup, in thins popup I can choose different hours, but when I back to my page with this binded data,...
View ArticleTabbedPage height and title
Hi, I have put a TabbedPage so the buttons/tabbuttons are on the top of my screen. How can I set the height of them? I wand to add padding to it so its a little bit larger(in height) than default. How...
View ArticlePlatform Agnostic Method for Automatic Image Capture (Using Camera)...
Hello, I'm trying to find a platform agnostic method for taking a set of still images, as fast as a device will allow (i.e. no user interaction) and store each of them in the a gallery / album. I've...
View Articlehow to open the xamarin forms page in web
Hi, I am trying to open the Xamarin cross platform app pages in web page. Can anyone please suggest something . So I do not have to design anything as a separate web page.
View Articlehow to open the xamarin forms page in web
Hi, I am trying to open the Xamarin cross platform app pages in web page. Can anyone please suggest something . So I do not have to design anything as a separate web page.
View ArticleCrossClipboard Label Text Select Issue
I have a Label Copy text content. But now its copying Full content. I need to copy selected text only. Below sample is for textboxes. I have an Label. Label can select full content not selected...
View Article