I recently downloaded the Appery.io tester app and found the UI to be simple but beautiful - something I wish my app can follow! I am assuming you guys built this app with Appery ![]()
Here are some features I have attempted to implement myself but did not work very well. May I know how you all did it?
Nicely Aligned header text and header buttons.
I have a hard time getting the header text and buttons to be aligned using CSS. They are not aligned properly as I increased the height of the header using CSS. How to get them all on the same line and is it better to use margins in the visual app builder or CSS selector?header button animation
The app has header buttons which turn opaque when tapped. Should we use the css selector "button hover" or "button down" for this? I tried both but the opacity sets in quite slow - I need to hold the button down for about 0.5 seconds.header button bug
Not sure why, but my header buttons jump up and down when the user taps on any area outside of the header. Have tried to remove all css but it still bounces.