i have noticed a significant sizing difference on the apk version of my app, compared to the web version.
on the web version is what my layout is intended to look like. it’s width is supposed to cover the entire screen. however, on the apk, it doesn’t appear to be doing so. the issue is that i may be using an emulator, but i’m not sure.
web viewer:
apk (on emulator):
what would be the best number to choose so that it can stretch to the actual width of the screen? the resizing mode of the components are set to “stretch”, as well.
wow, i never thought to use the thunkable live app on the emulator
i have started putting all of my components in one layout component, and i have noticed that everything in a layout component does not have shadows underneath them. this is evident in the apk file, along with the thunkable live app on the emulator.
i still need to figure out the dimensions of everything in order to get them to fit properly in the screen, however…
after some research, i have found that these combination of blocks seem to work for me. it does give me the results i’m looking for in the emulator, and hopefully this can work for all devices: