Creating a FontFamily for Xamarin.Forms & Android
I am trying to add a custom font (or actually fonts) to my Xamarin.Forms app. In my case, it is the Arial font. I have the *.ttf files for the regular, bold, italic, and bold italic variations, and...
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 ArticleFirebase-How to log exceptions in xamarin.iOS
Hello, I am implementing Firebase Crashlytics in xamarin forms.I want to log exceptions occurred in try/catch block to firebase. I am using below line of code to track exception in xamarin android...
View ArticleHandle focus on entry in custom made autocomplete
I have made a autocomplete control - but are not completely happy with how the unfocus of the entry happens The actual autocomplete consists of a scrollview. Slow dragging inside the ScrollView works,...
View Articlewebview open new blank page in browser
public MainPage() { Title = "XXXXXX"; var source = new UrlWebViewSource(); source.Url = "http://XXXXXXXXX/student/studentlogin.aspx"; var webView = new WebView { HorizontalOptions =...
View ArticleTool bar menu item xamarin forms
I would like to achieve similar tool bar menu item. I would like to add image in left and text in right. Image is font awesome icon. So I would like to create custom template with label . And show like...
View ArticleAdvice to handle html files in external storage
Hi guys, i'm a xamarin newbie. I have developed a simple Forms app to display some particular html files (by webview). To store the files i've used embedded resource. Now i need to implement a...
View ArticleToolbar menu item customization
I would like to load image url to tool bar menu item. BUT from Google results I found that tool bar menu item accept only drawable image. Is there any possibility to load image url Icon =Accepting only...
View ArticleHow to download a file from url in xamarin form
I am trying to download a file from url and I am not using plugin . can any one please help me how to download a file from url.
View ArticleLinking 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 ArticleExternal ResourceDictionary in several projects
Hey Guys, I'm trying to include my resource dictionary in several android applications because every app should have the same background, labels .. you know what I mean. What have I tried? I've had...
View ArticleCan I prevent a TapGestureRecognizer from swallowing touches?
I have a custom ViewCell with an Entry in it. I'm using a TapGestureRecognizer in the cell so that I can give focus to the Entry regardless of where the user taps in the cell. In my custom ViewCells...
View ArticleXamarin Forms Webview doesn't show the tradingview widget.
Hi all, I use a widget from tradingview site. I would like to make this implementation using xamarin forms webview. However i can't make it works. It just doesn't appear the widget at all. The same...
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 Article[Grouped Listview]: Is it possible to retrieve the group header when item...
Hi, I would like to retrieve the header string (GroupDisplayBinding) when I select an item in the grouped listview. Is this possible? Thanks in advance!
View ArticleShell Content page destruction
Using 4.3, say I have 3 tab items, each of them having 2 ShellContent items. I am using ContentTemplate to only create the times when I click on them. Now since we have quite a large application we...
View Articlegoogle drive in xamarin forms
Can ayone help hot to integrate google drive in xamarin forms
View Article[Android] Enabling scrolling for a WebView inside a ScrollView
I had this problem a while ago and I didn't found a complete solution for this here in the forum so I'm posting a solution using a Custom Renderer that is very simple and worked very well for me and I...
View ArticleError Building iOS project on Xamarin Forms
Hi, I am trying to build my iOS in my Xamarin Forms using Visual Studio for Windows but getting this error.. Kindly help... Thanks, Jassim
View Article