Hampus Londögård
05/12/2021, 3:29 PMappFrame
menu does not extend when pressed if using mobile?Christian Hausknecht
05/17/2021, 7:31 AMHampus Londögård
05/17/2021, 10:00 AMappFrame
🙂
Btw, looking at the log it seems like it could be a CSS related issue. Getting a few error-msg:s related to that.
Haven’t deep-dived as I focused on content/functionality related to the core of my PWA rather than details/looksChristian Hausknecht
05/17/2021, 10:57 AMI’m a big fan of theThx. We will improve this in the near future to make it stable and presentable :-)🙂appFrame
Hampus Londögård
05/17/2021, 1:27 PMpartyplanner.js?bdcc:54002 unable to insert rule in stylesheet: Failed to execute
Getting a few of these (3-4)Hampus Londögård
05/17/2021, 1:30 PMt new AppFrameComponent
& at Styling.addDynamicCss
Hampus Londögård
05/17/2021, 1:46 PM!important
has no space to the actual value? E.g.
Failed to parse the rule '.@media (max-width: 48em){left:0!important;opacity:1!important;}'
Jan Weidenhaupt
05/18/2021, 11:47 AMI also noted that fritz2 don’t work with Kotlin 1.5 at all really.I created an issue for that (https://github.com/jwstegemann/fritz2/issues/389). It seems that some of our libraries we depend on are not on Kotlin 1.5 compatible yet and therefore the code generation of fritz2
@Lenses
is not working right now. We will investigate on that and can hopefully find a solution to support Kotlin 1.5 soon as possible.Jan Weidenhaupt
05/18/2021, 12:18 PMIs it perhaps problematic that thehas no space to the actual value? E.g.!important
I fixed the problem and created the followoing issue: https://github.com/jwstegemann/fritz2/pull/390Failed to parse the rule '.@media (max-width: 48em){left:0!important;opacity:1!important;}'
Hampus Londögård
05/18/2021, 12:22 PMJan Weidenhaupt
05/18/2021, 2:54 PM