Custom Button Set in mobilescreen/ mobilecontainer
Hi,
Could I add the following code for a custom radio button set on the page?
Many thanks in advance!
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/
Hi,
Could I add the following code for a custom radio button set on the page?
Many thanks in advance!
Hello! What code?
You can add this code in a Panel component (drag and drop it from Palette on screen). Change its type to HTML and add this code.
Okey! Panel HTML pasting the code, right?
Yes, try it and please let us know about the result.
It seems to work fine, supposedly. Thanks!
But I need to add this css part, for example:
.ui-icon-audio-play {
background-image: url("http://project.tiggzi.com/views/11b8c...");
}
So, do I create a new separate css element?
You can go to Project-- Create new-- CSS
Hi, I turned out have this section in the CSS
=====================================
#slider{
display:none;
}
div.ui-slider{
margin:0;
width:100%;
}
.ui-icon-audio-play {
background-image: url("http://project.tiggzi.com/views/11b8c...");
}
=====================================
with this as result:
So it does seem to work (the first key), except that the slider bar is still there, instead of being "non-displayed".