Several months ago, I created a trial Kendo mobile app but now I want to verify it using the most recent version of Kendo UI Core.
In my previous project, I referenced the following files:
<link href="../styles/kendo.common.min.css" rel="stylesheet" />
<link href="../styles/kendo.default.min.css" rel="stylesheet" />
<link href="../styles/kendo.mobile.all.min.css" rel="stylesheet" />
<script src="../js/jquery.min.js"></script>
<script src="../js/kendo.all.min.js"></script>
<script src="../js/kendo.mobile.min.js"></script>
Upon checking the core-ui, I noticed that the kendo.all.min.js and kendo.mobile.min.js files were missing. Additionally, the kendo.mobile.all.min.css file was not present.
Which specific files are required in my HTML in order to successfully run my mobile application on Kendo UI Core?