ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
50.89k stars 13.52k forks source link

support: Having a problem with elements on older android devices 7.0-8.0 #21942

Closed rbenzing closed 4 years ago

rbenzing commented 4 years ago

What would be causing this issue to show up on older android devices? this specific screenshot was from the Emulator however we are experiencing this block / flickering issue. I have tried everything... image

What we are using

Capacitor AndroidX Ionic5

package.json

"dependencies": { "@angular/common": "^9.1.12", "@angular/core": "^9.1.12", "@angular/forms": "^9.1.12", "@angular/platform-browser": "^9.1.12", "@angular/platform-browser-dynamic": "^9.1.12", "@angular/router": "^9.1.12", "@angular/service-worker": "^9.1.12", "@aws-amplify/api": "^2.2.1", "@aws-amplify/pubsub": "^1.3.3", "@capacitor/android": "^2.4.0", "@capacitor/cli": "^2.4.0", "@capacitor/core": "^2.4.0", "@capacitor/ios": "^2.4.0", "@ionic-native/android-permissions": "^5.28.0", "@ionic-native/core": "^5.28.0", "@ionic-native/file": "^5.28.0", "@ionic-native/file-path": "^5.28.0", "@ionic-native/http": "^5.28.0", "@ionic-native/media-capture": "^5.28.0", "@ionic-native/native-audio": "^5.28.0", "@ionic-native/open-native-settings": "^5.28.0", "@ionic-native/screen-orientation": "^5.28.0", "@ionic/angular": "^5.3.1", "@ngx-translate/core": "^12.1.2", "@ngx-translate/http-loader": "^4.0.0", "@videogular/ngx-videogular": "^2.0.0", "angular-pipes": "^10.0.0", "aws-amplify": "^2.3.0", "aws-amplify-angular": "^4.1.0", "capacitor-filepicker-plugin": "0.0.3", "cordova-open-native-settings": "^1.5.2", "cordova-plugin-android-permissions": "^1.0.2", "cordova-plugin-file": "^6.0.2", "cordova-plugin-filepath": "^1.5.8", "cordova-plugin-media-capture": "^3.0.3", "cordova-plugin-nativeaudio": "^3.0.9", "cordova-plugin-screen-orientation": "^3.0.2", "core-js": "^2.6.11", "dayjs": "^1.8.33", "es6-promise-plugin": "^4.2.2", "firebase": "^7.18.0", "google-libphonenumber": "^3.2.12", "npm": "^6.14.8", "rxjs": "^6.5.5", "tslib": "^1.13.0", "zone.js": "^0.10.3" }, "devDependencies": { "@angular-devkit/architect": "^0.901.12", "@angular-devkit/build-angular": "^0.901.12", "@angular-devkit/core": "^9.1.12", "@angular-devkit/schematics": "^9.1.12", "@angular/cli": "^9.1.12", "@angular/compiler": "^9.1.12", "@angular/compiler-cli": "^9.1.12", "@angular/language-service": "^9.1.12", "@commitlint/cli": "^8.1.0", "@commitlint/config-angular": "^8.1.0", "@ionic/angular-toolkit": "^2.3.1", "@types/core-js": "^2.5.3", "@types/node": "^12.12.54", "@webcomponents/webcomponentsjs": "^2.4.4", "codelyzer": "^5.2.2", "husky": "^4.2.5", "jetifier": "^1.6.6", "ts-node": "^8.10.2", "tslint": "^6.1.3", "typescript": "^3.8.3" }

ionitron-bot[bot] commented 4 years ago

Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for bug reports and feature requests. Please use our forum or our slack channel for questions about the framework.

Thank you for using Ionic!