You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/08 09:45:54 UTC

[GitHub] [cordova-plugin-inappbrowser] Durzan666 opened a new issue #445: [android] Missing icon results in warning in Play Store on tablets

Durzan666 opened a new issue #445: [android] Missing icon results in warning in Play Store on tablets
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/445
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   The application appears as usual in Google Play store
   
   
   ### What does actually happen?
   On tablets there is the warning "This app may not be optimised for your device" in Google Play store entry of the application
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   This warning appears if assets are added which don't support tablets. You can see in the res folder of Android that there are icons for HDPI, MDPI, XHDPI and XXHDPI. XXXHDPI is missing which is required for tablets. 
   More information about that can be found [here](https://developer.android.com/docs/quality-guidelines/tablet-app-quality#use-tablet-icons).
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Samsung TAB S2 (Android 7)
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova CLI: 8.1.2
   cordova-android: 7.1.4
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org