Click here to Skip to main content
15,891,184 members

Comments by Sachin Makwana (Top 16 by date)

Sachin Makwana 18-Oct-17 8:13am View    
Thanks, It worked for me.
Sachin Makwana 18-Oct-17 7:43am View    
Actually I have to hide some controls when video is not in full screen mode. It is working fine is user is clicking a button provided to go to small screen. But if he presses Esc button then video goes in small screen mode but controls are not hiding. I also tried the same. It is working if browser is in fullscreen mode. It is not working for video's full screen mode.
Sachin Makwana 18-Oct-17 7:22am View    
its html5 video element and it goes fullscreen by triggering $("#video).requestFullscreen(), $("#video).mozRequestFullscreen() or $("#video).webkitRequestFullscreen().
I'm not using keypress event for esc. It was mentioned in the question earlier but I've corrected it now.
Sachin Makwana 16-May-17 7:22am View    
Thanks Sir for the reply. Using the keyword you suggest me, I found about iTextSharp.
Now i need to learn about iTextSharp.
Sachin Makwana 12-May-17 9:23am View    
ok sir, How can i format bytes in json format? I am also sending other data in UriParameters.