question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Menu not working on Android 4.4.4

See original GitHub issue

Bug Report

Ionic version: [x] 4.0.2

Current behavior: Instead if displaying the Menu on Android 4.4.4 only the “gray” overlay is vissible. Menu isn’t visible.

Expected behavior: Menu is beeing displayed like expected.

Steps to reproduce:

  1. ionic start test sidemenu
  2. ionic cordova run android on an adnroid 4.4.4 device

Other information: Tryed to add Polyfills but it didn’t fixed the display bug. We’re in need to Support Android 4.4.4 because we use specific equipments that can’t be upgraded above 4.4.4…

Ionic info:

Ionic:
   ionic (Ionic CLI)             : 4.10.3 (C:\Users\mvs\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework               : @ionic/angular 4.1.1
   @angular-devkit/build-angular : 0.13.5
   @angular-devkit/schematics    : 7.2.4
   @angular/cli                  : 7.3.5
   @ionic/angular-toolkit        : 1.4.0

Cordova:
   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : android 7.1.4
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 4 other plugins)

System:
   NodeJS : v10.10.0 (C:\Program Files\nodejs\node.exe)
   npm    : 6.4.1
   OS     : Windows 10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
armanbisembaevcommented, Apr 8, 2019

I tested on the emulator with Android 4.4.4 and found that when I clicked on the menu button, the transform property is not applied to the css class .menu-inner.

If manually apply the transform: translateX(0px) via remote debug in the chrome, it will report an unknown property.

Then manually apply the -webkit-transform: translateX(0px) menu appeared and worked. I hope this information will be useful for solving the problem.

0reactions
ionitron-bot[bot]commented, May 25, 2019

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Menu not working on Android 4.4.4 · Issue #17729 - GitHub
Current behavior: Instead if displaying the Menu on Android 4.4.4 only the "gray" overlay is vissible. Menu isn't visible. Expected behavior:
Read more >
Android menu button not working (4.4.2) - MapFactor Forum
I installed Navigator on my tablet running KitKat 4.4.2. The "graphical menu" was enabled by default, but I thought I'd try switching it...
Read more >
android - Menu is not working on 4.4 kitkat? - Stack Overflow
I found a different solution; I use keyevent to detect menu button pressed, so I put a function which do as same as...
Read more >
[Q] *#*#7378423#*#* is not working (I can't open sevice menu ...
So here is my problem. I type the *#*#7378423#*#* into the dieler but then nothing happens. I read somewhere that I need to...
Read more >
Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update · Open your phone's Settings app. · Near the bottom, tap System and then Advanced and then System...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found