Good Evening,
My Next problem is.
I take a picture with my phone and the picture is loaded in an image component.
Now i want to have round corners for this component.
I used this css code.
#cordovaupload
div[name=photopreview] {
border-radius: 10px;
}
But nothing happens how i can fix this and how do i put a 2px border around it.
thanks again for the great support