Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-dialog + not going fullscreen #6566

Closed
0101adm opened this issue Jan 6, 2016 · 5 comments
Closed

md-dialog + not going fullscreen #6566

0101adm opened this issue Jan 6, 2016 · 5 comments
Labels
resolution: works as expected The functionality works as designed and documented.

Comments

@0101adm
Copy link

0101adm commented Jan 6, 2016

chrome

am 1.0.1

http://codepen.io/0101adm/pen/wMJXGJ

@cranesandcaff
Copy link

Can confirm, the docs say adding the property results in the md-dialog-fullscreen class (or similar) being applied, I've tried using both the property and directly adding the class to my md-dialog element.

@BIGbuu
Copy link

BIGbuu commented Jan 6, 2016

@media (max-width: 959px)
md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
}

md-dialog.md-dialog-fullscreen work on screen < 960px.
Just resize you window or owerride this style.

@stunaz
Copy link

stunaz commented Jan 7, 2016

#5924

@0101adm 0101adm closed this as completed Jan 7, 2016
@jmussett2005
Copy link

Anybody knows if there is a more recent option to this?

#6566 (comment)

Thanks.

@Splaktar Splaktar added the resolution: works as expected The functionality works as designed and documented. label Apr 24, 2018
@Splaktar
Copy link
Member

@jmussett2005 that's the recommended option. See #5924 (comment) for more details.

From the spec: "Full-screen dialogs: Mobile only: Due to limited space, full-screen dialogs may be more appropriate for mobile devices than dialogs used on devices with larger screens."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: works as expected The functionality works as designed and documented.
Projects
None yet
Development

No branches or pull requests

6 participants