How to detect Enter KeyPress in Editor?
In my app there is an multiple line Editor. So when I press the Enter key there is not Complete event to raise. I want process the KeyPress event in XAML, but there is no KeyPress event can use in...
View ArticleBarTextColor on NavigationPage doesn't work on Android
Hi, When I'm using Xamarin Android Player with the Nexus 5 Kitkat for debugging, the following code works. When I'm using Xamarin Android Player with the Nexus 5 Lollipop for debugging, the following...
View ArticleAny One Implemented Coach Marks in xamarin.forms
Implementation of Coach marks in xamarin.forms. I have to implement like below image Can anyone Please help me
View ArticleApp Shell - pop to root on tab tap
For apps like Spotify & instagram, when a user taps on a bottom tab, and the user is already on that tab, it triggers an action for that tab's navigation to pop to root. How can we achieve this...
View ArticleHow can I confirm HttpClient is Native when I use Xamarin.Form?
As I know, when I create a Xamarin.Android project and use HttpClient with AndroidClientHandler, so AndroidClientHandler is the new handler that delegates to native Java/OS code instead of implementing...
View ArticleProblem to Accessing Remote Data
Hello everyone my name is Taniguchi and i have this code to connect to dynamics 365 enviromment public MainPage() { InitializeComponent(); } private void PressMeButton_Clicked(object sender, EventArgs...
View Articlex:Class mapped to server namespace?
Would anyone know if it's possible to set the x:Class= in a xaml.cs file to a networked location? Basically x:Class= "https://MyWebsiteStorage.com/files/Somefile.xaml.cs"
View ArticleLayout not updating in Android as expected
I dynamically configure a UI and for some reason in Andriod the views don't update as expected. When the device is rotated on Andriod the PageScrollView resizes but the child view zoomable doesn't (See...
View ArticleXamarin Forms Android Foreground Services Notification After Boot Completed
Hi all, I wrote in the title I can dependency service start foreground service notification on app working. No problem. But device rebooting and killing services. I want to restart services on boot...
View ArticleHow can i hide a button on the toolbar in a single contentpage ??
Good morning, how can I make a button in the toolbare visible on all the pages on the page where the button reports is not visible?
View ArticleObject reference not set to an instance of an object
I am currently making an app to display and interact with a company's employees. I have a list of departments and when a department is selected, I am trying to show only a list of employees in that...
View Article