CSS acting up in the SoloLearn app
Hi, everyone! :) Check this out: https://code.sololearn.com/WQuvpLd1nUUx/ The above page links to a code that works in all browsers - PC and mobile (Android). But one thing doesn't work the same in the SoloLearn OUTPUT and although I reported the issue to the SoloLearn team, they suggested I should ask a question within the community. What doesn't work as everywhere else, is the "switchMessage" div, which is in the document but you can't tap it inside the SoloLearn app because it's 0 pixels in height. If you take a look at the JS tab, you'll notice the first line of code outputting the width and height of the div, which displays 0px in the SoloLearn app and a bigger number in any browser (outside the app). The CSS is the key here. I used "height: 100%", which doesn't work in SoloLearn, and if I use a size in "px", "vw", or "vh" it works inside the app as well. So why doesn't "%" work in this instance in the SoloLearn app? To me, it looks like a bug. What's your stance on this issue?