Setting UIActivityViewController's UTI does not work.
You can't set your app to only share directly for Instagram & Whatsapp through UIActivityViewController. It seems like after iOS 6 setting UTI using setUri does not work. Any known issues regarding...
View ArticleThere are five copies of my discussion post. How do I get rid of them?
HoloUrhoSharp not running
View ArticleHow to download file from secure server using dependency service
Hi, I created a dependency service "downloadFileManager". In Droid i implemented this function : public void DownloadFile(string uri, string filename) { var cookies = GetCookies(); Android.Net.Uri...
View ArticleDefault FirebaseApp is not initialized in this process
I face strange issue FireBase asking me to initializeApp before I can get token Default FirebaseApp is not initialized in this process com.ready_apps.Nebka.Business. Make sure to call...
View ArticleClick through a Subview if not touching a Button
I have a subview, containing a view controller with navigation buttons, that I want to pass touches through if the buttons aren't hit. I've found some suggestions to override HitTest on the container...
View ArticleXDocument.Load throws System.IO.IOException: Too many files opened.
System.IO.IOException: Too many files opened. In the PCL project I am using XDocument.Load(filePath) to read Xml files, It's used with a click event with shapes, and seems to have no correlation with...
View ArticleOn UWP, is anybody else seeing ListView content disappearing when the Alt key...
On UWP running on desktop with a physical keyboard, if I hold the Alt key down when the focus is on a ListView, the text content of the ListView sometimes disappears (background colors remain). Is...
View ArticleHow to change text color of a button in xml style file?
Hello guys, I have a button and his xml file, I want to change the text color: But I don't know how can I do this, have my xml style file, could anyone can please help me to tell me wht's the property...
View ArticleActivity indicator does not show up
When I want to show Activity indicator it does not appear. Actually, the page is frozen and after that display the next page. Here is my code: `private async void TapGestureRecognizer_Tapped_1(object...
View ArticleHow to tap Android TabLayout tab (set up with ViewPager)?
I'm writing a UITest for an APK and trying to tap a tab in a TabLayout. The TabLayout has an id, but the individual TabViews do not, so I'm not sure how to access those. I've tried to access by text...
View ArticleHow to add buttons to Push Notification?
Hey, I'm developing an Xamarin.Forms app and I need to handle the Push Notifications on the Android app. I need to have a button on the notification that the user is seeing and he can click on it. Here...
View ArticleFacing issue in Test cloud for Tap Button in iPhones
Device : Apple iPhone 7 Plus OS : iOS 10.0.3 Model : iPhone9,4 Release date : September 2016 Screen size : 5.5 in (13.97 cm) Resolution : 1080 x 1920 Below is the error i am facing for above device,...
View ArticleMissing class in Xamarin binding project
I'm trying to create a binding for an Android library, .aar file. All of the classes get generated except for one. I see the missing class listed in the api.xml.class-parse file but it is not in the...
View ArticleVisual Studio Pro 2017 not saving SDK, NDK or Java Paths when changed.
I am having an issue with Visual Studio Pro 2017 not saving the SDK, NDK or Java paths when I update them in Tools -> Options -> Xamarin -> Android Settings. I also have community edition...
View ArticlePermissions Plugin for Xamarin (Simplifying Runtime Permissions)
Just released my latest plugin to request permissions from shared code! Checkout my blog for details Code: https://github.com/jamesmontemagno/Xamarin.Plugins/tree/master/Permissions NuGet:...
View Articlehow to show display alert when httpClient.GetASync("uri") return response null ?
var httpClient = new HttpClient(); var response = await httpClient.GetAsync("url"); if (response.StatusCode == HttpStatusCode.NoContent) { await DisplayAlert("No Record!!", "No Record Found!! \n try...
View ArticleAd a settings page that works for iOS and Android in PCL
First day here and second question... I've noticed that you can add more than one tool bar item to the navigation bar, but cant work out how you add items to the left of it in iOS. I've seen apps that...
View ArticleBug in Label.LineBreakMode ?
Hi, I'm having a lot of trouble to display text in my application with correct wordwrapping (LineBreakMode.WordWrap) . If I set the Label.Text directly in the XAML, there is no problem, it shows...
View ArticlePlugin and Permission Changes with iOS 11
Oct 18, 2017 - We just blogged about Plugin and permission changes with iOS 11! Read the post here Discuss below
View ArticleTesting iOS in the Test Cloud -> EnterText() Timed out waiting for keyboard
@Glenn.Wilson In the Announcements of Xamarin.UITest 2.0.0 you made the statement that EnterText() can be slow or occasionally throw errors. Do my errors correlate with what you are aware of? When I am...
View Article