Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant Print all Pages using window.print in Latest Ionic #29294

Closed
palone12 opened this issue Apr 8, 2024 · 3 comments
Closed

Cant Print all Pages using window.print in Latest Ionic #29294

palone12 opened this issue Apr 8, 2024 · 3 comments
Assignees
Labels

Comments

@palone12
Copy link

palone12 commented Apr 8, 2024

@media print {
ion-header,
ion-tab-bar,
ion-footer,
.breadcrumb_trail,
.nav-menu {
display: none;
}
body,
.app-root,
.split-pane,
.ion-page,
ion-app,
ion-nav {
contain: none;
}
body,
ion-nav {
overflow: initial;
}

body {
position: static;
overflow: visible;
}

.publication__content {
overflow-y: visible !important;
position: relative;
}
}

@ionitron-bot ionitron-bot bot added the triage label Apr 8, 2024
@palone12 palone12 changed the title Cant Print all Pages using indow.print in Latest Ionic Cant Print all Pages using window.print in Latest Ionic Apr 8, 2024
@liamdebeasi
Copy link
Contributor

Thanks for the issue. I am going to close this as a duplicate of #19886.

@liamdebeasi liamdebeasi closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2024
@palone12
Copy link
Author

You Closed it but it isn't the solution for ionic - angular application . Take a close look before closing it .

my scroll content is present inside the div , and on window.print () it takes only height of the viewport , please look at this , it is a problem with ionic, make it less accessible to people who want the information in printed form.

@liamdebeasi
Copy link
Contributor

liamdebeasi commented Apr 25, 2024

I was linking to an existing feature request for the behavior you are requesting, not a proposed solution. The requested behavior does not exist in Ionic Framework at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants