Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[datetimepicker][iOS 27] DateTimePicker popover clips the bottom of the date picker and OK button

Open
#683 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
65/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
ios, typescript
Domain
frontend, mobile

Research direction

The issue is in the DateTimePicker component, likely in the iOS-specific implementation. Start by looking at the demo app's DateTimePicker example and the iOS platform code for the popover layout. Run the demo on an iOS 27 simulator to reproduce the clipping, then inspect the popover's height calculation and content insets. Check for any recent changes to the iOS 27 SDK that might affect layout. Ensure the OK button is fully visible and tappable after adjustments.

Written by the indexing model from the issue text.

Description

Steps to reproduce
  1. Build and run apps/demo on an iOS 27 iPhone simulator.
  2. Open DateTimePicker.
  3. Tap the Spinner type DatePickerField.
Expected

The popover contains the full date picker and OK button. Its height fits the content, and the button is fully visible and tappable.

Actual

The bottom of the popover content is clipped. The OK button is partially cut off by the popover’s lower edge.

Screenshots
Image
Dominant language
TypeScript
Stars
206
Forks
123
Avg merge
1d 3h
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NativeScript/plugins

All issues in NativeScript/plugins

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.