Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Mobile navigation not clickable #130616
    RobertK448
    Participant

    Sounds great, Thank you!

    Regards,
    Robert

    in reply to: Mobile navigation not clickable #130580
    RobertK448
    Participant

    Hi Pratik,
    no problem. I’ve just commented out the following line in the /assets/js/functions.min.js

    //container.find( '.menu-item-has-children' ).attr( 'aria-haspopup', 'true' );

    In the unminified source file it’s line number 100.
    I think, this attribute makes no sense for this theme/this menu.

    Regards,
    Robert

    in reply to: Mobile navigation not clickable #130578
    RobertK448
    Participant

    Could you please tell me, if this behaviour maybe will be changed in the Theme?
    Or do I have to fix this in my child theme?

    Regards,
    Robert

    in reply to: Mobile navigation not clickable #130446
    RobertK448
    Participant

    Update:
    After some research, first I disabled the closing of the menu, after click event. This shows me, that the links are also working on my phone, but only after a second “tap”. On the first “tap”, the menu item is just hovered.
    After that, I’ve noticed, that the “aria-haspopup” attribute is added by JavaScript to the menu items. So I disabled this line. After that, it worked perfectly!
    So what I’ve read about this “aria-haspopup” attribute, my windows phone seems to act completely correct! When this attribute is set to true, then the first “tap” should be just the same as “hovering” with the mouse on PC. At this point, the link should NOT be clicked. But obviously, this is not the wanted behaviour, because the first tap also triggers some JavaScript, which closes the menu. So I cannot do a second “tap”.

    I’m wondering, why this works on most other devices.

    So could you please fix this behaviour? I think the “aria-haspopup” attribute is not necessary on the menu items, because nothing happens on hovering (except the background-color-change). So there is no need to emulate any hovering, right? Or is there another reason for the “aria-haspopup”?

    Regards,
    Robert

    PS: Windows 10 Mobile is still supported! There will be no new features, so it’s not actively under development, but security patches are still published.

    in reply to: Mobile navigation not clickable #130200
    RobertK448
    Participant

    Hi Pratik,
    of course. You can see it under http://test.fotoakteur.de/
    I have set the page to the unedited Theme (not my child theme) and disabled all plugins. But it’s still the same behaviour: On Windows Phone the submenu item links (i.e. “Kategorien” -> “Projekte”) doesn’t work.

    Regards,
    Robert

Viewing 5 posts - 1 through 5 (of 5 total)