Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Next button on iPhone keyboard with text entries in a List. #15771

Closed
pkvaranasi opened this issue Jun 28, 2023 · 1 comment
Closed

[Bug] Next button on iPhone keyboard with text entries in a List. #15771

pkvaranasi opened this issue Jun 28, 2023 · 1 comment
Labels
s/unverified New report that has yet to be verified t/bug 🐛

Comments

@pkvaranasi
Copy link

Description

Next button in the keyboard on iPhones.

Steps to Reproduce

  1. Any Xamarin Forms application installed on iPhone, with many text entries in the ListView.
  2. Any Xamarin Forms application installed on iPhone, with many text entries in the CollectionView.

Expected Behavior

Like Android keyboard, having a Next button in the keyboard on iPhone, in Xamarin Forms apps, to shift the focus from one entry to the next entry in the list.

Actual Behavior

No Next button available in the default iPhone keyboard to navigate the focus from one text entry to the next entry in the list.

Basic Information

  • Version with issue:
  • Last known good version:
  • Platform Target Frameworks:
    • iOS: 11.1
    • Android: 13.1
  • NuGet Packages:
  • Affected Devices: All iPhones

Environment

All Environments

Build Logs

No issues with builds
-->

@pkvaranasi pkvaranasi added s/unverified New report that has yet to be verified t/bug 🐛 labels Jun 28, 2023
@pkvaranasi pkvaranasi changed the title [Bug] [Bug] Next button on iPhone keyboard with text entries in a List. Jun 28, 2023
@jfversluis
Copy link
Member

You can set ReturnType="Next" on the Entry, I hope that this doesn't only show it visually but will also allow you to hop to the next Entry. If not, here is some code that might be able to help you with that.

Unfortunately at this point in the Xamarin.Forms lifecycle we won't be implementing anything new to support this. You should be able to make this work yourself with a plugin or custom renderer.

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

2 participants