maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

rounding the edges on the image compnenet

Tiggzi builder doesn't use WebKit, the browser uses it. The app that you build in Tiggzi simply runs in the browser. WebKit would cover Chrome/Safari. In which browser are you testing?

I think you should first test your code in a regular HTML page and see if it works.

Mike4997955
Posts: 0
Joined: Wed Sep 12, 2012 7:50 pm

rounding the edges on the image compnenet

I'm testing in Chrome. So i tested the code in a regular HTML page, with the Chrome Browser, and it worked perfectly.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

rounding the edges on the image compnenet

This works:

code
$('img[dsid="pic"]').css('border-radius', '25%');
/code

http://project.tiggzi.com/mobile-fram...

Mike4997955
Posts: 0
Joined: Wed Sep 12, 2012 7:50 pm

rounding the edges on the image compnenet

That helped knowing i had the script correct. I moved the javascript to be loaded with the page, and it works fine now.

Return to “Issues”