How to disable sliding animation in Android TabBar with Xamarin.Forms?
I'm using a TabbedPage. Whenever I select a new Tab, there is a sliding animation. I would like to disable this. There is a Xamarin Sample that does this, without the sliding animation. How can I...
View Articleapk from Xamarin.Forms keeps crashing
Hi All, Unfortunately when I load my apk onto a physical device, it crashes immediately. I have been playing around trying to figure out what is happening, and here are my observations: 1) If I set...
View ArticleToolbar items repeated on Navigation page - WPF (Xamarin Forms)
In my Cross Platform Project, I have added a WPF project as well. I am using a MasterDetail page. I have a page called 'Settings'. This page has 4 icons on the Toolbar. One of the icon is called...
View Articlehow to shared drawables betwen 2 android projects?
Does anybody know how to share drawable folders between 2 android projects? does shared project work for that or there is android class library but not sure if i can shared using it because of namespace?
View ArticlePushed a working App to the PlayStore, installed it from there, now it...
Before deploying my app to the PlayStore i tested it in Release Mode on a physical device (Huawei HUAWEI P9 lite mini, Android 7.0) and it worked fine. When the app was released, i downloaded and...
View ArticleHow Scroll to Bottom of Editor with AutoSize="TextChanges" in ScrollView as...
I am trying to use the new Editor property AutoSize="TextChanges" in a ScrollView and it works great until the Editor is so large that it gets cut off on the bottom as the typing continues. I've tried...
View ArticleHow to call functions available in a ViewRenderer class?
I was able to call a function in a ViewRenderer class from another class in a platform specific project, but I dont feel its the right way to code this. Can you provide help on how to correctly code...
View ArticleListView is crashing on ios but it is working fine on android,
Please check the following crash report which is coming on HockeyApp Incident Identifier: 6DC5A088-80EA-4988-81FA-998EA2367F44 CrashReporter Key: AF461464-ED3F-44A4-8B53-3A2F7D267A28 Hardware Model:...
View ArticleHow does one implement WkWebView (iOS) in a cross-platform application?
I have a cross-platform mobile app (Android/iOS) which implements the generic WebView control. This works well for most circumstances, but some iOS users complain that, when attempting to load a...
View ArticleUsage of NSTabView.DidSelect event
Im using NSTabViewController to create a preferences window. In order to execute some code when the active tab changes, I would like to use NSTabView's DidChange event (as also suggested in Xamarin...
View Articlehow to use WordPress RestAPI in Xaamrin forms
I have one website and It's JSON link which is developed in WordPress. and want to create Xamarin forms App...how can its posible...? Need Your Valuable Response...? with or without any Example....
View ArticleHow can I cluster pins - in Xamarin.forms.GooglePaps?
How can I cluster pins - in Xamarin.forms.GooglePaps? I cant find a cluster method.
View ArticleTwo UITableViewCells in one TableView
I am trying to put two different UITableViewCell's into one UITableView however when I try to load data into a TableSource It only allows me to send one List<> at a time. However I need two...
View ArticleHow will clean memory...
Hi @YuriKuznetsov I have following class public class Node : NSObject { public Int64 Fid { get; set; } public Int64 Pid { get; set; } public string Name { get; set; } public State State { get; set; } =...
View Articleinput string was not in a correct format mysql connection
i gut this error : input string was not in a correct format when connect to mysql data this is the code i used: "Server=servername;Database=data_dataname;Uid=userid_username;Pwd=password;CharSet=utf8;";
View ArticleVideo Compressor
hi guys, i'm trying to reduce the size of a video but i didn't found a good script for do it. For the image i use Xamarin Media Plugin for take the image and compress it but for the video there isn't...
View ArticleXamarin.Android Projects failed to deploy in visual studio emulator for android
Hi, I'm using visual studio 2015 update 1 with windows 10 build 10586 TH1. also I'm using Xamarin Version 4.0.1.96. I have created a blank Xamarin.Forms app. It deploys to Windows Phone emulators...
View ArticleWhat devices need to be included Provisioning Profiles for watchOS?
When creating a watchOS application, there are three relevant parts: The Watch Application The Watch Extension The parent application that runs on the iPhone I have read tonnes of documentation about...
View ArticleXamarin - ListView Displaying Data on IOS
My list views data displays correctly on UWP and Android but not for IOS. I think it has something to do with the OnAppearing method I'm using and when it actually gets called on IOS. From my Dashboard...
View Article