Drap and drop in Xamarin forms with short press - xamarin.forms

I've added drag and drop gesture to a xamarin forms app following microsoft doc :
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/gestures/drag-and-drop
Everything works as expected.
Drag is initiated by a long press.
I would like to change this behavior by initiating a drag with a short press.
Is it possible ?

Related

Xamarin TextCell on UWP moves when tapped

In my Xamarin Forms app, I have numerous TextCells displayed in a TableView.
When run the app on UWP, I see that the text moves slightly (slightly indented) when the cell is tapped on. I suspect this is done as a form of highlighting the cell when it is tapped.
I find this very distracting and is different from what happens on iOS or Android.
Is there a way to disable this behavior?

Changing a tab page when pressing the back button in Xamarin.Forms and Prism

I have a Xamarin.Forms application using Prism (Xamarin.Forms v4.5.0; Prism v7.2.0).
The main application is 4 tabbed pages. Using the Prism NavigationService I can switch tabs easily using something like this - NavigationService.SelectTabAsync("Page2");
But if the user presses the back button, it just exits the application.
Is there a way to add the tab changes into the navigation stack so pressing back would just go to the previously selected tab?

How Prevent soft keyboard from showing on Entry focus - xamarin forms UWP

I am using an custom entry that will shows a popup when Entry focused, so there is no need of soft keyboard, as of now the keyboard just popping up on the screen and then hiding.
How to prevent the soft keyboard without event showing up when Entry focused?
I have gone through same scenario like me that also still pending and unanswered, please share any suggestions. Thanks in advance.
Please check the following like for reference
Prevent soft keyboard in UWP

Xamarin Forms - Prevent webview from loosing focus on iOS

I'm trying to create an editor using Xamarin Forms.
The editor is a webview with content editable and a toolbar below.
You can check my current implementation here.
It works well on Android, when i tap on the button, it executes the javascript on the webview,the keyboard remains open and the webview doesn't loose focus.
On iOS the webview looses focus and the keyboard closes.
Like this:
Any idea on how can i solve this ?
What i tried so far:
Attach to the buttons an effect that calls ResignFirstResponder.
On the content editable, call focus when bluring.

ListView of Xamarin Forms for Android and Arrows of keyboard

I have developed a Xamarin forms app for Android and I have a listview and one of devices where I test it has a keyboard, so I use the device with arrow in order to control instead the mouse. But the app that I have developed, doesn’t work with keyboard.
Do you know what should I do in order to work with arrow in order to select item of listview?
Thank you

Resources