Jump to content

btnSyncDownload


mohsinskynet

Recommended Posts

mohsinskynet

Hey there hope all are doing well,

 

Please help me to sort out,

 

I want pull out the download button beside of play button

 

how can it be possible

 

i worked on itemdetails.html i found the code but cant able to get it how to do it

 

  <button is="emby-downloadbutton" type="button" class="button-flat btnSyncDownload hide detailButton-mobile">
                            <div class="detailButton-mobile-content">
                                <i class="md-icon detailButton-mobile-icon"></i>
                                <div class="detailButton-mobile-text emby-downloadbutton-downloadtext">${ButtonDownload}</div>
                            </div>
                        </button>
 
                        <button is="emby-downloadbutton" type="button" class="raised btnSyncDownload hide detailButton">
                            <i class="md-icon"></i>
                            <span class="emby-downloadbutton-downloadtext">${ButtonDownload}</span>
                        </button>
Link to comment
Share on other sites

mohsinskynet
I figure out and finaly get the button and but one strange problem ahead when i click on download button it is playing not downloading

 

<button is="emby-downloadbutton" type="button" class="raised btnDownload hide detailButton"  data-id="download">

                            <i class="md-icon"></i>

<span class="emby-downloadbutton-downloadtext">${ButtonDownload}</span>

                        </button>

Link to comment
Share on other sites

mohsinskynet

if i hit my custom download button movie is playing online and if i hit actionsheet button in the drop down item list download movie will download5b8731e74203c_1111.jpg

It is probably downloading and then playing after the download.

Edited by mohsinskynet
Link to comment
Share on other sites

mohsinskynet

i understand that sir but i have to customize for my users please me plz plz plzzzzzzzzzzz

I would just use the button we've given you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...