My kendo-mobile-loader appears to be broken, even though I haven't made any changes to the CSS. It was installed fresh via bower install kendo-ui-core
, and no other CSS libraries are being used. The issue is occurring while using it with angularjs
It currently looks like this:
The files included are:
styles/kendo.common.core.min.css
styles/kendo.flat.mobile.min.css
I reported this as a bug on Github, but was directed here, so it seems this behavior may be specific to my setup... I have tested it in various browsers such as Google Chrome, Firefox, and IE 11, and the issue persists across all of them.
According to the official documentation, they claim that including just this file should resolve the issue:
/styles/kendo.mobile.flat.min.css
, however, it does not seem to work...