https://github.com/ryaa/ion-toolbar-text-overlap
Repository to demonstrate the problem when the title text runs into the button when inside ion-toolbar (see https://github.com/ionic-team/ionic-framework/issues/23264)
https://github.com/ryaa/ion-toolbar-text-overlap
Last synced: 3 days ago
JSON representation
Repository to demonstrate the problem when the title text runs into the button when inside ion-toolbar (see https://github.com/ionic-team/ionic-framework/issues/23264)
- Host: GitHub
- URL: https://github.com/ryaa/ion-toolbar-text-overlap
- Owner: ryaa
- Created: 2021-05-04T05:08:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T05:22:27.000Z (about 5 years ago)
- Last Synced: 2025-02-22T13:35:59.412Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 575 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisities
* [Node.js](http://nodejs.org/) - install the latest LTS node version
* [Ionic CLI](http://ionicframework.com/docs/cli/install.html) - install the latest stable ionic cli version
* Install Capacitor Required Dependencies for iOS and Android Development (see https://capacitor.ionicframework.com/docs/getting-started/dependencies/)
# Instructions
## Initial setup
1. clone the source code repository
2. change to project repository directory (the directory where you cloned the repo)
3. execute the command `npm install`
4. to build and run the app:
* on the desktop:
- execute the command `ionic serve` or `npm run serve` to build and run in the local browser
* on a real device or a simulator:
- execute the command `ionic capacitor build android` or `ionic capacitor build ios` to open projects in Android Studio or XCode, then build from there