2

Has anyone tried this before in Icenium or in regular HTML 5 project? Is there possible problem if we try to build our core project based on this two libraries?

Arun Bertil
  • 4,598
  • 4
  • 33
  • 59
xlinc
  • 97
  • 1
  • 5
  • 10
  • there is absolutely no problem with that.. – mamdouh alramadan Sep 21 '13 at 07:53
  • The question is too broad, but one thing that may be of help, should you decide to go that way: most Kendo UI Mobile widgets *need* an active Kendo UI Mobile application instance, and should reside in mobile views in order to function properly. – Petyo Ivanov Sep 22 '13 at 13:57
  • @underdog how can the question be too broad its an yes or no question...if yes how it can co exist if not why not?thats all I am looking for.. – Arun Bertil Sep 23 '13 at 03:56
  • @mamdouhalramadan have you done taht?if yes how? – Arun Bertil Sep 23 '13 at 03:57
  • I'm not sure if that's what you are looking for. However, here's a [link](http://docs.kendoui.com/tutorials/build-apps-with-kendo-ui-mobile) that you can take a look at. – mamdouh alramadan Sep 23 '13 at 05:35

2 Answers2

2

Hi Kendo UI Mobile and jQuery Mobile are largely incompatible. Using both libraries in the same project can cause some unexpected behaviour...I also have added a thread which explains issues while using them both in one project.. Issues with KendoUI and jQuery 1.9.0

Community
  • 1
  • 1
codebreaker
  • 1,465
  • 1
  • 12
  • 18
0

Of course yes as it is one of the dependency of Kendo UI.

A good way to check what is the "best" jQuery version for Kendo UI is to see what version is used on online demos.

Referring the following link to check the required JavaScript libraries and their version:

JavaScript files used by Kendo UI

Note: Registering a new jQuery instance after the Kendo UI script files will delete all Kendo UI jQuery plugins and Javascript errors will occur.
Ahsan Shah
  • 3,931
  • 1
  • 34
  • 48