Ionic 5 Carpool App Starter
  • Introduction
  • Ionic 5 Carpool App Template
  • Why to use this Template
  • Initial Setup
  • Running the app
  • Template Features
    • Screens
      • Landing, Login, Signup, Forgot Password
      • Home, Ride History
      • Offer Ride Flow
      • Find a Ride Flow
      • Chat Pages
      • Profile Pages
    • Features
  • How to use this Template
    • Two way to use the Template
    • Modifying Code
    • Removing a Page
    • Removing a plugin
    • Integrating Back-end
    • Add More Features
  • Building App on Device
    • Building App on Device
    • Deploying app as PWA
  • Extra
    • FAQs
    • Troubleshooting
Powered by GitBook
On this page
  • Inbox
  • Inbox — Messages-Chat
  • Inbox — Notification

Was this helpful?

  1. Template Features
  2. Screens

Chat Pages

PreviousFind a Ride FlowNextProfile Pages

Last updated 4 years ago

Was this helpful?

Inbox

This is the fourth tab of this application. This page contains the nesting of tabs and segments. This page has two segments at the top of the page below the header as “MESSAGES” and “NOTIFICATION”.This is the first segment of the inbox tabs. This page navigates to the Chat page.

Inbox — Messages-Chat

This page can be accessed by clicking on any chat contact in the “MESSAGES” segment.

Messages page contains the chat application for direct interaction to the carpool customer service. Here chat is only UI and for demo purpose.

Inbox — Notification

This is the second segment of the inbox tabs. This page contains the notification as list items in the vertical direction of the page. To enable and disable mobile notifications, you will first need a Push notifications system in your back-end. If you are using Firebase — implementing, enabling and disabling push notification is very easy compared to a custom back-end. Read more about Firebase- Ionic push notification .

You will first need a Push notifications system in your back-end. If you are using Firebase — implementing, enabling and disabling push notification is very easy compared to a custom back-end.

here
Read more about Firebase- Ionic push notification here.