Change only border/text color on button "Pressed" event
I need your help. I searched for a long time the answer to this problem but I can not find it. I need to create a button that during the "Pressed" event only changes the color of the text and the...
View ArticleBuilding iOS project with today extension in release mode takes too LONG time?
In a Xamarin.Forms solution, I'm trying to build an iOS project in release mode that references a today extension project, to get the ipa file. When I try to build in Ad-Hoc I get the error: Tool...
View ArticleHow to get GPS information on a MediaFile with plugin Xam.Plugin.Media
Hello, I don't have find an exemple to get Photo metadata after take picture with Xam.PLugin.Media. I don't have see any function in the MediaFile object. Do you have any exemple ? Thanks
View ArticleHow to call two StaticResource inside a Label Tag
Hi Xamarin Forum How can I call two StaticResource with different values inside Label tag? for Example StaticResource MarginLabel and StaticResource FontSize, How can I apply this inside a Label Tag
View ArticleNo View Designer in Win7 VS2017
Hey all, So I was doing some programming this weekend and I discovered that there is no XAML view designer in Xamarin for VS 2017? I know it's in the win10 version... is there any way to get the XAML...
View ArticleHow to Refresh a WebView when Tab is Already Selected (OnTabReselected) ???
what's up xamarin fam, I'm trying to refresh a WebView when the user has already selected a Tab w/ deprecated TabHost / ActionBar using Xamarin.Android. Here's my code: public void...
View ArticleHow to Refresh a WebView when Tab is Already Selected (OnTabReselected) ???
what's up xamarin fam, I'm trying to refresh a WebView when the user has already selected a Tab w/ deprecated TabHost / ActionBar using Xamarin.Android. Here's my code: public void...
View ArticleSSL Cerificate Issue the certificate for this server is invalid. You might be...
Hi, I am getting the below error. please can anyone could help me out. the certificate for this server is invalid. You might be connecting to a server that is pretending to be “ciadfs1.xxxxx.com” which...
View ArticleAutocomplete Entry in Xamarin.Forms
I need autocomplete extender functionality for a entry field.How to implement autocomplete Entry in Xamarin forms.
View ArticleStatus bar and Action bar transparent in Android
Hello guys, I am developing an application in Xamarin Forms, I am trying to set in the Android status bar and transparent bar action with an image that will overlap. As in the image below. Any idea?...
View Articlehow to save video to gallery?
switch (action) { case takeVideoText: file = await MediaPicker.TakeVideoAsync(new StoreVideoOptions { Quality = VideoQuality.Medium, CompressionQuality = 80, SaveToAlbum = true, Name = "", Directory =...
View Articleget rate and batch number of product when product is selected from picker
i have product and it's rate and batch number already stored in database. i got the list of product in picker now i want to get rate and batch number automatically when product is selected in picker
View ArticleDetect if screen is locked in Xamarin.Forms
Hello, I am developing a Xamarin.Forms app, and need to check if the screen is locked on all platforms. I was hoping to be able to implement this with Xamarin.Essentials.Screenlock or with some other...
View ArticleZebra EMDK: barcode scanning crashes in debug with Xamarin 4.9.0.749
I have a barcode scanning application built in Xamarin.Android using the Zebra EMDK. Under Xamarin 4.9.0.749, it crashes 100% reproducibly at or near a call to scanner.Read(): 03-09 13:27:43.043 F/...
View ArticleWhat are the things do we need to develop Xamarin.iOS project from the stratch?
Hi All, I am new to create xamarin.iOS project. Could you suggest me, How to I start and what could be System requirements ,IDE ect... Many thanks in advance!!!!!!!
View ArticleControl only on one platform - XAML and OnPlatform
I want to add label (or other element) only on one platform, how achieve that using XAML? I tried: <OnPlatform x:TypeArguments="View"> <OnPlatform.WinPhone> <Label Text="Only on...
View ArticleDocument scanner with camera
Hi, I am developing an application which has to scan an image and perform some image processing to the perfection of a hardware scanned document. I want to achieve the functionality of apps like...
View ArticleHow to update app icon badge icon when app is closed
I want to update the app icon badge count whenever there are any updates at server end. The server-end updates can be fetched by an api. How to hit that api and how to update the badge count when the...
View ArticleXamarin build fails
Hi All, I have a build defination on Vnext and i want to build my xamarin android project but i got error below. I am using TFS 2015 and my build defination only have one step which is build...
View ArticleCan not connect to wifi without internet while internet enabled on other...
I was connecting to wifi network using `wifiManager.EnableNetwork(networkId, true); wifiManager.Reconnect();` It was working fine with earlier android versions, but on android 8 it is not working...
View Article