• Hello,

    I saw that a lot of topics have been made about this probleme but they were all closed and none give me a good solution.

    I found a _hopefully definitive_ solution and I wanted to share it with you.

    A ran into this probleme while developing a plugin. I had 10 scripts enqueued. I noticed that when I commented any pair of wp_register_script / wp_enqueue_script, the dropdown menu was working again.

    Then I tried to turn every $in_footer parameters of wp_register_script to true and now it is working again.

    Hope it will work for you too (and for me as I will still enqueue some scripts since the plugin is not finished) :S
    I’ll keep you informed and ask for your help if something go wrong.

Viewing 1 replies (of 1 total)
  • Hi Cuti,

    Thanks for sharing.

    Best practice is indeed putting the js script in footer since it has more benefit (like loading time and performance issue) although it’s not always the case.

    If you think you already have your problem solved, please feel free to mark this topic as resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘Admin dropdown menu not showing on touch on Android (plugin & theme development)’ is closed to new replies.