Issue - button is clickable, but not visible in the adroid app

I had a home button and a back button on multiple pages on my app

  • They showed on the web app
  • They did NOT show on the android build even though they worked ( You could click them and the worked

Debuging I found the solution to making them visible was
Button Style > Text & Icon Sizing was blank .

Once I selected a size in my case Large. Then built the app again and published to the play store the button showed up

Solution in the topic :grinning: :white_check_mark:

Button Style > Text & Icon Sizing was blank .

Once I selected a size in my case Large. Then built the app again and published to the play store the button showed up

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.