This is a migrated thread and some comments may be shown as answers.

Images in Android App using HTML/CSS

1 Answer 159 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raghu
Top achievements
Rank 1
Raghu asked on 04 Mar 2015, 06:12 PM
Hi Sir,
I build a small radio app using telerik sample code. I set images for buttons and background.
They displayed correctly in test emulator.

But when I publish they are not displaying. Image paths are correct. Please help me to resolve this.

Also, radio streaming URL is not working. I set the IceCast URL for radio stream for media player (main.js)

My code in CSS:
.topcontent
{
    background:url(../img/live-banner5.jpg); 
    background-repeat: no-repeat; 
    height:55%;
    width:100%
}
.buttonPlay
{
    background-image:url(../img/play1.jpg); 
    background-repeat: no-repeat;
    height:55px;
    width:55px; 
    border:0px solid gray;
}


1 Answer, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 09 Mar 2015, 05:06 PM
Hello Raghu,

In order to obtain a better view over your issues I will ask you to share your project name with us if created in our in-browser or Windows client in a private ticket. If you use VS extension for development consider attaching your app to the thread.
It would be helpful if you guide us where we should look in the app's code.

In the meantime, I recommend using our debug on device feature and investigate the cause on your own.

I look forward to your reply.

Regards,
Zdravko
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
Raghu
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Share this question
or