Ty Marina
Didn't even notice the difference in the codes
It works
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Ty Marina
Didn't even notice the difference in the codes
It works
I'm having the exact same problem aligning and image and it the code:
Tiggzi('ovcn_logo').css('margin', 'auto');
Tiggzi('ovcn_logo').css('align', 'center');
won't work for me. I must be missing something because it's starting to drive me crazy.
I've shared my project with a href="mailto:support@Tiggzi.com" rel="nofollow"support@Tiggzi.com/a and the project is called "OVCN iOS new". Let me know what I'm doing wrong
Hi Steve, we will check.
On your main page, on the bottom image "OVCN.org" there is a Run JavaScript action with incorrect JavaScript code (brace is missing). This caused JavaScript works incorrectly and logo wasn't centered.
Delete Run JavaScript Action from the bottom image or correct it.
You are awesome! Thanks for finding that. I was going crazy trying to get it to center and didn't realize I had a problem in another area! Super!
Hi Tiggzi,
The code:
Tiggzi('dapplogo').css('margin', 'auto');
Tiggzi('dapplogo').css('align', 'center');
I tested my app today and realized that the above code no longer works, this may have been due to updates, not sure... can you check please?
Thank you
I had the same experience today. I was making an update in a totally unrelated area and found in testing the align code no longer works. I even experimented using Firebug and wasn't able to align the image no matter what I did.
Was there an update that broke this capability?
Your help is appreciated.
Hello! Testing...
Try this code:
codeTiggzi('dapplogo').css('margin', 'auto');
Tiggzi('dapplogo').css('display', 'block');/code