This is a migrated thread and some comments may be shown as answers.

Tried with ionic framework, touch event not happening

6 Answers 164 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Young
Top achievements
Rank 1
Young asked on 21 Jan 2014, 06:49 PM
Hi, 

This may be an issue on Ionic Framework (ionicframework.com) but I just created a basic Cordova app and made a simple listview with sidemenu using Ionic framework. All works as expected using the browser. However, when deployed on Android (haven't tested in iOS), it loads fine but touch event just didn't work.

Someone indicated that Icenium might be overwriting the touch event, but not sure....
Any clue?

Thanks..

6 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 Jan 2014, 02:00 PM
Hello Young,

Icenium is basically the IDE you use to create your app and the cloud services that build this app. Events are handled by the js framework you're using, so if they're not working you should contact its authors.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Young
Top achievements
Rank 1
answered on 22 Jan 2014, 05:22 PM
The thing is it works just fine in my local browser and simulator. 
However, when deployed to Android, touch event is just not working... nothing seemed to be touchable. 
0
Steve
Telerik team
answered on 23 Jan 2014, 08:05 AM
Hi Young,

We do not see how the fact it works in desktop browser and simulator is relevant to the fact it does not work in the Android WebView, which is basically a very limited "version" of the default device browser. You are free to try with clean Cordova project (outside of Icenium), the results should be the same.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Young
Top achievements
Rank 1
answered on 23 Jan 2014, 08:11 AM
I tried with cordova project deployed on Android device and it works fine. Just when I deploy using icenium, doesn't work ... 
0
Steve
Telerik team
answered on 28 Jan 2014, 02:34 PM
Hello Young,

We would appreciate if you provide us with the Cordova project that works and we would investigate what could be wrong on our end.

Regards,
Steve
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Hari
Top achievements
Rank 1
answered on 28 Jun 2014, 04:29 AM
Hi Young,

I had experienced this issue when our team was working with Ionic. The issue was because of a Ionic Alert popup/Modal which made the underlying area to lose sensitivity even after the modal was closed. So please make sure that there are no Ionic modals being displayed prior to loading the application sceen.

Regards
Hari
Tags
General Discussion
Asked by
Young
Top achievements
Rank 1
Answers by
Steve
Telerik team
Young
Top achievements
Rank 1
Hari
Top achievements
Rank 1
Share this question
or