DePalmo
DePalmo
Great :) Can you please drop a line if the tests will be successful and you will leave &screen enabled? Thank you.
Can't say for other sites, but my site specific (www.kotest.eu, and any other from my development) doesn't use browser/user agent to determine screen resolution/width, it uses CSS @media queries based...
In our case, page does not crash, but the black overlay does appear while modal does not. Unfortunately I do not have access to the device itself, so I can't...
I figured out that Samsung Browser is nothing else than a broken version of Chrome. I do not have a proper solution available, but we can hide modals if we...
I used different transition style. Not sure which one is default, but after changing it to 'fade' modals have started to appear. Initialize modals: > $('.ui.modal').modal({ > transition:'fade' > });...
@Banandrew I do understand what error wants to say but I assume you missed my note where I mentioned that the same code works in all other browsers. Also, let...
Correct. In my example above, you can see that the permission name is `'archive.manage'`, but that's not the issue. I added an example code that works and when examining it,...