Affected Version:
- SDK 9.2.2.GA
What is expected:
- Patch 9 image (app/assets/android/default.9.png) is used for all screen sizes
What happens:
- Default image is used (see attachment) instead of patch 9 image for tablet with screen size 10.5
Workaround with distortion:
- Use of /app/assets/android/default.png instead of /app/assets/android/default.9.png
Emulator used to reproduce issue:
- Category: Tablet
- Screen: 10.5 inch
- Resolution: 1080x1920
- Density: hdpi
Device used to reproduce issue:
- Samsung Galaxy Tab A (10.5 inch)
Project adjustments:
- placed copy of
https://raw.githubusercontent.com/appcelerator/titanium_mobile/master/android/templates/app/angular-default/template/src/assets/android/default.9.png in /app/assets/android/default.9.png
- removed default.png in /app/assets/android
- removed all images in /app/assets/android/images
No comments