How 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 ArticleListView inside CarouselView scroll vertical is almost impossible.
I have a collection of listviews inside a horizontal CarouselView. When im trying to scroll vertically through the listview in focus, if make any tiny movement horizontally, the carousels horizontal...
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 ArticleIs it possible to use 2 resx file at the same time?
I need to have, in a Page, two labels LableA LableB (translaction of A) For example Autore Author is it possible with resx files to manage this situation? Should I have in the resx files two strings...
View ArticleHow can my app keep connected to a network without internet connection?
Hello, My app must connect to a network (which don't have access to internet) programatically, how ever the smartphone go back the last network automatically. How can I avoid that? It seems that...
View ArticleXamarin forms: Image entry is not working as expected in android.
I follow this blog for adding an image inside of an entry. It was working fine in android and IOS initially. But when I changed the android target version and target framework to 9.0 this feature start...
View ArticleSimpe WebApi Call
Hi, I'm new in Xamarin. I created new application Xamarin.Form just to try a simple call Restfull using public json placeholder, but not works. So the result is always null. here the code: HttpClient...
View ArticleHelp With Crash Error?
Okay guys, I'm baffled - and I can't figure out what's going on with the app I'm writing. At launch the app opens as expected, pages load and close with no issues, but I have one page that can only be...
View ArticleChanging View from public to internal with XAML (x:ClassModifier)
Hi, I have a question regarding the internal XAML Class Modifier. I tried to set it to x:ClassModifier="internal" or x:ClassModifier="NotPublic" But by doing so I get the compiler error CS0262 (Partial...
View ArticleLinearItemsLayout ignores ItemSpacing property on UWP
I'm using a CollectionView with a LinearItemsLayout. I set the ItemSpacing to zero which works on Android and iOS but it doesn't work on UWP - there is always a spacing between items. The orientation...
View ArticleCan we send whatsapp's messages from a xamarin forms app?
I mean, in the same way you can send SMS from android's messenger service I want to do the same but sending whatsapps from my xamarin forms app. That's possible?
View Articledata is getting differnt from one version of android to another version in...
Can any one help me on this Data is getting from API is differnt from one version of android to another version of android device in xamarin forms. Per example Data changes happens from 6 version to 7...
View ArticleAccessibility Problem: VoiceOver read AutomationProperties.Name but didn't...
Hello World!! We aims to support accessibility in our Xamarin.forms App but when we Add AutomationProperties.Name to the label the VoiceOver read it and never read the Value of Text property here is...
View ArticleMap page won't open unless location service is on
My map page loads fine and zooms into the user's current location when location is enabled. However, if I deny permission to use my location, the app freezes when I click on the map page and I get the...
View ArticleXamarin Forms 4.3 Shell Search Handler how to disable query clear on complete
Hi! I'm trying to integrate an app with the new Shell from Xamarin Forms 4.x. I'm using the latest 4.3 version (4.3.0.947036). My issue is, when I tap the Enter button on the keyboard of the new...
View ArticleTrying to get namespace right for an Effect
I am following Adam Pedley's excellent article on effects: https://xamarinhelp.com/safeareainsets-xamarin-forms-ios/ Unfortunately, When I go to the xaml code that wants to use the effect, it rejects...
View ArticleCollectionView: Putting the Footer at the Bottom
I have 2 CollectionView(s) (one is the ItemTemplate of the other), and I want to use the full height so that the Footer is at the bottom (which means there may end up being space between the items...
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 Articlenot showing Camera option in webview of xamarin forms application
Hello, I have created my application in asp.net mvc and I have given Input type="file" and added PWA in my web application. In browser it shows capture image and select image option. That web...
View ArticleXamarin.Forms previewer needs a Manual Refresh button
I've had to recreate a new content page, close and open it (the official advise) just to update the preview. This is insane. Can we get a refresh button?
View Article