- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcas:
- HTML5
- Intel® XDK
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
can u post example code that is having issue ?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Good morning Rakshith,
Any kind of code, even the simple one:
$(document).on("click", ".uib_w_39", function(evt)
{
activate_subpage("#page_67_15");
});
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
@Maxim,
Are all your button clicks causing issues or only the ones that redirect to another page?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
@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
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
For the graphic button, if you add href="#" to the <a> tag that is the base button, it'll work on iOS.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora