I am using Kendo UI- AngularJS, and we have created the iOS mobile application which contains multiple screens(html pages) and for navigating from one html to another html we use "kendo.mobile.application.navigate(test.html);".
We want to pass the JSON object for test.html screen. JSON object contain array of objects. How to pass it?
I know if we want to pass one parameter then we can pass like "kendo.mobile.application.navigate(test.html?name='testName');", But we want to pass the JSON object. How do we achieve it?