amwebexpert / poc-mobile-python

Python multi-platform app using the KivyMD framework, integrating Artificial Intelligence features.
MIT License
8 stars 3 forks source link

Fix image in navigation menu for iOS #12

Closed costa-rica closed 9 months ago

costa-rica commented 9 months ago

Description

The image in the iOS application is too large.

Steps to reproduce:

From the python code

  1. run app
  2. resize the kivy window to roughly the width of an iPhone
  3. click on hamburger menu to open navigation and the user will see the image gets enlarged

** Downloading from TestFlight or loading the app from Xcode Project will show the problem immediately when the user opens the navigation menu by clicking on the hamburger menu icon.

Here is what it looks like from the iPhone. It's similar from desktop/python once the window is shrunk. OpenMindsetIcon_smaller

amwebexpert commented 9 months ago

Issue solved