- Posts: 69
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
how to play video on single click?
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 1 month ago #11880
by rachnasagar
how to play video on single click? was created by rachnasagar
How to play video on single click without clicking the play button which is available on the top of header title bar ?
9 years 1 month ago #11885
by Davide
Replied by Davide on topic how to play video on single click?
Hi,
I suggest you to add this to OnPDFAnnotTapped() method of PDFViewAct.
I suggest you to add this to OnPDFAnnotTapped() method of PDFViewAct.
Code:
m_view.PDFPerformAnnot();
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
9 years 1 month ago #11894
by rachnasagar
Replied by rachnasagar on topic how to play video on single click?
When I used this ,Its work fine but delete button for highlighters ,lines,sticky notes are not coming.
Also I am not able to delete any thing because the delete buttons hides
Also I am not able to delete any thing because the delete buttons hides
9 years 1 month ago #11896
by Davide
Replied by Davide on topic how to play video on single click?
Hi,
I suggest you to check the annot type before the m_view.PDFPerformAnnot(); and skip this method if the annot is : highlight ,lines,sticky notes ..
I suggest you to check the annot type before the m_view.PDFPerformAnnot(); and skip this method if the annot is : highlight ,lines,sticky notes ..
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
9 years 1 month ago #11899
by rachnasagar
Replied by rachnasagar on topic how to play video on single click?
how to check the annot type . I am getting this value in annot.
com.radaee.pdf.Page$Annotation@39d98c5a
so How could i differentiate between videos or highlighters,lines.notes
com.radaee.pdf.Page$Annotation@39d98c5a
so How could i differentiate between videos or highlighters,lines.notes
9 years 1 month ago #11900
by nermeen
Replied by nermeen on topic how to play video on single click?
Time to create page: 0.460 seconds