- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Click event of graphic button control doesn't work on iPhone and iPad devices only, but work well on Android device and on Emulate tab of XDK. Any suggestions? Thank you.
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can u post example code that is having issue ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good morning Rakshith,
Any kind of code, even the simple one:
$(document).on("click", ".uib_w_39", function(evt)
{
activate_subpage("#page_67_15");
});
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I will need complete code to check.
I tried new project, dragged a button, added custom script for button to alert("hello"), tested on iphone, worked. Can u check it this is working for you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Maxim,
Are all your button clicks causing issues or only the ones that redirect to another page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Rakshith,
I've created the new blank html5+cardova project on jQuery mobile framework with only one graphic button and one page and the simple code:
$(document).on("click", ".uib_w_1", function(evt)
{
alert("Hello");
});
Then I've shifted to the "test" tab and I've synchronized the project. After that I've checked from iPhone by Intel App Preview software and the same broblem.
Dear Anusha,
All of buttons work fine, the problem only with the GRAPHIC buttons. Yes, all of graphic buttons have the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@maxim I have reproduced the issue with "Graphic" button on ios, I have reported to engineering team, will update you when I have status, Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is one more problem with the same configuration (html5+cardova+jQuery). The layout of button grid is one column only for Android, but for iOS and emulator tab of xdk is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the graphic button, if you add href="#" to the <a> tag that is the base button, it'll work on iOS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page