Test ipa and apk files in Visual Studio App Center
Can Visual Studio App Center test UI of *.ipa and *.apk files only, without source code ? Source Code must stay secret.
View ArticleHow to manage this decimal input?
here while input number then first it will add into decimal then it moved to left How to create this?
View ArticleGET failed exception for REPL tree
Hi, We are getting an ‘HttpClient.HandleHTTPError’ exception in our automation project,when we execute the ‘tree’ command from REPL. We are trying to identify tree structure of native iOS UIElements,...
View Articlehow to get the wifi info?
I want to get the mac address of the connecting wifi ,who can tell me how to manage it,thx! PS:BSSID
View ArticleI want to use a master detail page with dynamic master list .
I want to use a master detail page with dynamic master list . And also when i click a button on detail page it is navigating to next page, but the 2 toolbars are displaying on the next screen(second...
View ArticleLoading a PDF file
Hi Everyone, I am getting a byte array from server for the pdf file and I want to load it in app. What are the options available for this? Thanks Kaushalya
View ArticleMissing templates
I'm missing an option to create Resource Dictionary on my Add window. On my visual studio installer I have "Mobile development with .NET" installed. Just in case this are the other things installed...
View ArticleBest way to handle Application properties
Whats the best way to handle "Application properties" in Xamarin Forms these days? The default way seem to be Application.Current.Properties but I have seen multiple posts about problems with that and...
View ArticleArchiving is not working in Visual Studio 2017 15.7.0 Preview 1.0?
Whenever I try to Archive an Android project for publishing it just opens the Archive Manager and stays saying "Archiving App Bundle..." forever and nothing happens. I tried with different solutions...
View ArticleHow to use ffmpeg to compress video in xamarin.fomrs
i want to compress and resize my video with ffmpeg, but i don't know how to use it...please help me.thanks
View ArticleSystem.InvalidCastException on the Main.cs IOS
I am getting this exception System.InvalidCastException on IOS, and my Android project runs fines here is the stake track: " at Xamarin.Forms.Platform.iOS.NavigationRenderer.SetElement...
View ArticleHybridWebView sample with local html file as embedded resource in NetStandard...
Can anyone help me with a HybridWebView sample able to open a local html file, available as embedded resource in a referenced NetStandard class library ?
View ArticleSIGABRT while debugging async methods
These methods used to work fine, but iOS rejected our latest App version because an unspecified error. While debugging, they work fine, unless you go step by step after a breakpoint. After said methods...
View ArticleSystem.ExceptionCould not initialize an instance of the type...
Hi, I'm getting below exception in my production build only. Don't know what is the root cause of it as it is working fine for me my end with debug and release mode. System.ExceptionCould not...
View ArticleMasterDetailPage - page data is lost when navigated to another detail page
I have an MD page with 3 detail pages (of which each of them are of type ContentPage) The problem I have now is that when the user navigates to another detail page, the data on the current page are...
View ArticleHow to remove previous page after pushing a modal page?
List Page -> Detail Page -> Edit Page (Modal page) How can I remove detail page after pushing edit page modally? if I check Navigation.NavigationStack on OnAppearing method of edit page, it...
View Articlexamarin for beginners
Hey. I have experience for 3 years with with Swift, java and last year with React Native. Anyway I want to learn some Xamarin.forms. What is your best resources for learning xamarin.forms? Xamarin...
View ArticleSystem.TypeInitializationException error when using NavigationPage
I'm on Xamarin.Forms version 2.3.2.127. Anytime I seem to wrap my content pages in a NavigationPage I get the following error: "System.TypeInitializationException: The type initializer for 'Attribute'...
View ArticleToolbar item with Order="Secondary" is not working on iOS.
Hello All, I have a page on which I have added toolbar items with Order="Secondary". On Android its looking fine but on iOS it is not looking properly. Thanks in advance..
View Articlelabel renderer to show html with image tag
Hi everyone, I have label renderer to show HTML text, but in android the images does not shows, so I have to use the following function Html.FromHtml(string source, Html.IImageGetter imageGetter,...
View Article