Base44 mobile

Date Picker Component Unusable on Mobile Phones

The date picker in your Base44 app is nearly impossible to use on mobile phones. The calendar dropdown is too small to tap accurately, it renders partially off-screen, month navigation arrows are tiny, and selecting a specific date requires pixel-perfect tapping that's unrealistic on a touchscreen.

Date fields are critical in many Base44 apps: booking systems, scheduling, order tracking, and reporting. A broken date picker prevents users from completing forms, filtering data, or scheduling events from their phones.

The issue is compounded when the date picker opens underneath the keyboard or when it doesn't close properly, leaving the user trapped in a state where they can't interact with the rest of the form.

Error Messages You Might See

Wrong date selected on tap (neighboring day) Calendar extends beyond screen edge Date picker won't close on mobile Cannot navigate months on touch device
Wrong date selected on tap (neighboring day)Calendar extends beyond screen edgeDate picker won't close on mobileCannot navigate months on touch device

Common Causes

  • Desktop-optimized calendar widget — The date picker was designed for mouse clicks, with tiny day cells that are too small for finger taps
  • Calendar renders off-screen — The dropdown opens below the input field and extends past the viewport edge
  • No native mobile date input fallback — The custom calendar is used instead of the browser's built-in date picker which works well on mobile
  • Touch targets smaller than 44px — Day cells, navigation arrows, and month/year selectors are below the minimum recommended tap target size
  • Calendar not dismissible — Tapping outside the calendar doesn't close it, trapping the user

How to Fix It

  1. Use native date inputs on mobile — Switch to input type='date' on mobile devices, which triggers the OS's built-in date picker that's optimized for touch
  2. Increase touch target sizes — Make calendar day cells at least 44x44px and navigation buttons at least 48x48px
  3. Position calendar within viewport — Detect available space and position the calendar above or below the input to stay within the screen
  4. Add a done/close button — Include an explicit close button on the calendar overlay for mobile users
  5. Support manual date entry — Allow users to type dates directly (with format masking) as an alternative to the calendar

Real developers can help you.

zipking zipking I am a technologist and product builder dedicated to creating high-impact solutions at the intersection of AI and specialized markets. Currently, I am focused on PropScan (EstateGuard), an AI-driven SaaS platform tailored for the Japanese real estate industry, and exploring the potential of Archify. As an INFJ-T, I approach development with a "systems-thinking" mindset—balancing technical precision with a deep understanding of user needs. I particularly enjoy the challenge of architecting Vertical AI SaaS and optimizing Small Language Models (SLMs) to solve specific, real-world business problems. Whether I'm in a CTO-level leadership role or hands-on with the code, I thrive on building tools that turn complex data into actionable value. Milan Surelia Milan Surelia Milan Surelia is a Mobile App Developer with 5+ years of experience crafting scalable, cross-platform apps at 7Span and Meticha. At 7Span, he engineers feature-rich Flutter apps with smooth performance and modern UI. As the Co-Founder of Meticha, he builds open-source tools and developer-focused products that solve real-world problems. Expertise: 💡 Developing cross-platform apps using Flutter, Dart, and Jetpack Compose for Android, iOS, and Web. 🖋️ Sharing insights through technical writing, blogging, and open-source contributions. 🤝 Collaborating closely with designers, PMs, and developers to build seamless mobile experiences. Notable Achievements: 🎯 Revamped the Vepaar app into Vepaar Store & CRM with a 2x performance boost and smoother UX. 🚀 Launched Compose101 — a Jetpack Compose starter kit to speed up Android development. 🌟 Open source contributions on Github & StackOverflow for Flutter & Dart 🎖️ Worked on improving app performance and user experience with smart solutions. Milan is always happy to connect, work on new ideas, and explore the latest in technology. prajwalfullstack prajwalfullstack Hi Im a full stack developer, a vibe coded MVP to Market ready product, I'm here to help Antriksh Narang Antriksh Narang 5 years+ Experienced Dev (Specially in Web Development), can help in python, javascript, react, next.js and full stack web dev technologies. legrab legrab I'll fill this later rayush33 rayush33 JavaScript (React.js, React Native, Node.js) Developer with demonstrated industry experience of 4+ years, actively looking for opportunities to hone my skills as well as help small-scale business owners with solutions to technical problems Simon A. Simon A. I'm a backend developer building APIs, emulators, and interactive game systems. Professionally, I've developed Java/Spring reporting solutions, managed relational and NoSQL databases, and implemented CI/CD workflows. Matthew Jordan Matthew Jordan I've been working at a large software company named Kainos for 2 years, and mainly specialise in Platform Engineering. I regularly enjoy working on software products outside of work, and I'm a huge fan of game development using Unity. I personally enjoy Python & C# in my spare time, but I also specialise in multiple different platform-related technologies from my day job. Daniel Vázquez Daniel Vázquez Software Engineer with over 10 years of experience on Startups, Government, big tech industry & consulting. PawelPloszaj PawelPloszaj I'm fronted developer with 10+ years of experience with big projects. I have small backend background too

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help

Frequently Asked Questions

Why is the date picker so hard to use on my phone?

Custom calendar widgets designed for desktop use have tiny tap targets that don't work with fingers. The simplest fix is to use the browser's native date input (type='date') on mobile, which provides a touch-optimized date selection interface.

Can I use the native phone date picker in Base44?

If you can set the input type to 'date', mobile browsers will show their native date picker. This provides the best mobile experience with wheel-style or calendar interfaces optimized for touch.

Related Base44 Issues

Can't fix it yourself?
Real developers can help.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help