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.83k stars 13.51k forks source link

bug: ionic 4 icon not showing on real devices if i use wkwebview #21405

Closed webarionkol closed 4 years ago

webarionkol commented 4 years ago

Bug Report

Ionic version:

[x] 4.x

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

insert short code snippets here

Other information:

Ionic info:

insert the output from ionic info here

{ "name": "local-marks", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/common": "~8.2.14", "@angular/core": "~8.2.14", "@angular/forms": "~8.2.14", "@angular/platform-browser": "~8.2.14", "@angular/platform-browser-dynamic": "~8.2.14", "@angular/router": "~8.2.14", "@ionic-native/core": "^5.26.0", "@ionic-native/device": "^5.26.0", "@ionic-native/diagnostic": "^5.26.0", "@ionic-native/geolocation": "^5.26.0", "@ionic-native/in-app-browser": "^5.26.0", "@ionic-native/launch-navigator": "^5.26.0", "@ionic-native/location-accuracy": "^5.26.0", "@ionic-native/onesignal": "^5.26.0", "@ionic-native/paypal": "^5.26.0", "@ionic-native/photo-viewer": "^5.26.0", "@ionic-native/social-sharing": "^5.26.0", "@ionic-native/splash-screen": "^5.26.0", "@ionic-native/status-bar": "^5.26.0", "@ionic/angular": "^5.1.1", "com-sarriaroman-photoviewer": "1.2.4", "cordova-android-support-gradle-release": "^3.0.1", "cordova-ios": "^5.1.1", "cordova-plugin-actionsheet": "2.3.3", "cordova-plugin-dialogs": "2.0.2", "cordova-plugin-geolocation": "4.0.2", "cordova-plugin-inappbrowser": "^3.2.0", "cordova-plugin-request-location-accuracy": "^2.3.0", "cordova-plugin-splashscreen": "5.0.3", "cordova-plugin-statusbar": "2.4.3", "cordova-plugin-whitelist": "1.3.4", "cordova-plugin-wkwebview-engine": "^1.2.1", "cordova-plugin-x-socialsharing": "5.6.5", "cordova.plugins.diagnostic": "5.0.1", "core-js": "^2.5.4", "es6-promise-plugin": "4.2.2", "ion2-calendar": "^3.0.0-rc.0", "ion4-calendar": "^3.0.4-beta.17", "moment": "^2.26.0", "ng2-search-filter": "^0.5.1", "onesignal-cordova-plugin": "^2.9.1", "rxjs": "^6.5.5", "tslib": "^1.13.0", "uk.co.workingedge.phonegap.plugin.launchnavigator": "5.0.4", "underscore": "^1.10.2", "videogular2": "^7.0.2", "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/build-angular": "^0.803.24", "@angular/cli": "^8.3.26", "@angular/compiler": "~8.2.14", "@angular/compiler-cli": "~8.2.14", "@angular/language-service": "~8.2.14", "@ionic/angular-toolkit": "^2.1.1", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4", "codelyzer": "^5.2.2", "cordova-plugin-device": "^2.0.3", "cordova-plugin-ionic-keyboard": "^2.2.0", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.5.4", "protractor": "^5.4.4", "ts-node": "~7.0.0", "tslint": "~5.15.0", "typescript": "~3.4.3" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-geolocation": {}, "cordova.plugins.diagnostic": {}, "cordova-plugin-request-location-accuracy": { "PLAY_SERVICES_LOCATION_VERSION": "15.0.0" }, "com-sarriaroman-photoviewer": {}, "cordova-plugin-device": {}, "cordova-plugin-ionic-keyboard": {}, "cordova-android-support-gradle-release": { "ANDROID_SUPPORT_VERSION": "27.+" }, "uk.co.workingedge.phonegap.plugin.launchnavigator": { "GOOGLE_API_KEY_FOR_ANDROID": "AIzaSyCgZEciTNFqZ0os8lbm0GrOWv5l19KLlco", "OKHTTP_VERSION": "3.12.0", "LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes" }, "cordova-plugin-x-socialsharing": { "ANDROID_SUPPORT_V4_VERSION": "24.1.1+", "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.", "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly." }, "onesignal-cordova-plugin": {}, "cordova-plugin-wkwebview-engine": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-whitelist": {}, "cordova-plugin-inappbrowser": {} }, "platforms": [ "ios" ] } }

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!