I’m new to Thunkable and have built a basic timer app as my first app. It looks great and works great in the preview and design environment, but when I push it to my phone (iOS), the buttons get all wonky.
Unfortunately, screenshots of the app rarely provide enough information for troubleshooting.
Can you share a link to the project? If not, then screenshots of the properties for those buttons and their containers (e.g. screen, row, group) would be needed.
I was hoping this was in the older Snap to Place interface because you have more control over sizing and positioning there. But it’s the newer Drag & Drop interface.
I reported this issue here:
I recommend adding a comment with a link to this topic. Official bug reports often get resolved quicker than forum posts.
@muneer Thanks for the suggestions. Made all pages scrollable and unfortunately, it didn’t change the size of the buttons. Still looking like wonky rectangles.
If I replaced the button with a clickable image, would it have the same result?
Other ideas on how to fix this for iOS? I wanted to use this for my son’s tournament this weekend, so putting some pressure on myself to finish this up.
I manually changed the button sizes so they would display correctly on an iPhone. I forget what percentage I used but it was something like 80% of the height it should be in a browser. I just Live Tested a bunch of heights to see what looked right/square.
Unfortunately such feature is not yet available in the DnD platform.
A workaround is to have a general settings page/screen and in this screen have an option to the user to use different font size then you will need to run on all the buttons to update with the selected size.
You can have the code to change the font size of the buttons in the Screen Opens block.