Notice
                              
                          
                        
                          
                          
                            Recent Posts
                            
                        
                          
                          
                            Recent Comments
                            
                        
                          
                          
                            Link
                            
                        
                    | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
                            Tags
                            
                        
                          
                          - html
- MSsql
- 이클립스
- Android
- Web Service
- STS
- decompiler
- Apache Lucene
- MS-SQL
- 웹뷰
- TextBox
- Java
- WebView
- jsp
- 컬럼명
- javascript
- 안드로이드
- varags
- 자바
- MANTIS
- asp.net
- C#
- Maven
- scrollView
- 자바스크립트
- SpringSource Tool Suite
- Bootstrap
- Redirect
- 웹 서비스
- Eclipse
                            Archives
                            
                        
                          
                          - Today
- Total
bboks.net™
Ionic dark 테마 제거 본문
모든 앱이 그렇겠지만 ionic으로 만든 앱도 시스템의 theme를 따라간다.
앱에 따라 dark 테마를 적용하지 말아야 할 때가 있다.
제거하는 방법은 variables.scss의 dark schema를 제거하면 된다.

@media (prefers-color-scheme: dark) 에서 아래 부분을 제거하면 dark 테마가 적용되지 않는다.

*ionic 7 update
inex.html의 color-scheme 수정

[참고] Disable dark theme in Ionic