ionic-team / ionic-team/ionic-framework
feat: Ability to print more than 1 page of content
Open
desktop
type: feature request
- Dominant language
- TypeScript
- Stars
- 52.7k
- Forks
- 13.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 51
Description
# Feature Request
**Ionic version:**
[x] **5.0.0-beta.0**
**Describe the Feature Request**
If you print a page that contains more content than will fit on a single printed page then only one page will be printed and a scroll bar will be printed on that page. The content will be clipped to the single page.
Use cases:
- Printing long lists
- Document oriented content (e.g. Stencil docs site)
**Describe Preferred Solution**
It should be possible to print across multiple pages.
Use `@media print` settings to changing scrolling behavior during printing.
Contributor guide
Assessment
This issue has not been assessed yet.