Greetings, all! I'm attempting to develop a hybrid mobile app using Kendo Mobile UI (both through AppBuilder, and locally on WebStorm with the appbuilder CLI), and I'm having a heck of a time trying to get Esri's Javascript to load. It utilizes the Dojo framework, which is (apparently?) interacting poorly with what I assume is the Require.js loader in Kendo's framework.
Does anyone have any experience or ideas? I had some success in the past importing vanilla Require.js and tricking it into loading the AMD-esque modules Esri uses, but it resulted in unreliable performance/loading on different platforms...