ion2-calendar icon indicating copy to clipboard operation
ion2-calendar copied to clipboard

custom css remove on build time

Open rajneshkis13 opened this issue 5 years ago • 2 comments

check this below image this my design i need this design but when i build ipa using ionic cordova build ios --prod --aot --minifyjs --minifycss --optimizejs this command header section are remove app logo and my custom image which show in right side and display default header

give me solution so my design not change

localhost_8100_tabs_tab1(iPhone 6_7_8)

rajneshkis13 avatar May 28 '19 13:05 rajneshkis13

Add this is in variables.scss

 // ion2-calendar
 // --------------------------------------------------
 @import "../../ion2-calendar/dist/components/calendar-week.component";
 @import "../../ion2-calendar/dist/components/calendar.component";
 @import "../../ion2-calendar/dist/components/month.component";
 @import "../../ion2-calendar/dist/components/calendar.modal";

feroz04 avatar Oct 01 '19 13:10 feroz04

check this below image this my design i need this design but when i build ipa using ionic cordova build ios --prod --aot --minifyjs --minifycss --optimizejs this command header section are remove app logo and my custom image which show in right side and display default header

give me solution so my design not change

localhost_8100_tabs_tab1(iPhone 6_7_8)

Can you tell me how did you customize the modal header? There is a shadow root with no part exposed. (Ionic 5)

sebafra avatar Apr 08 '21 16:04 sebafra