Aniruddha Mahamuni

Results 10 comments of Aniruddha Mahamuni
trafficstars

Hello, I'm trying a work around I've created a field helpertext in topic table that is hidden. So when I save the topic table I have written a preSave event...

I am also facing the same issue... Anyone found something?

@lipsakandhei I tried what you said but I am getting this error. **Error: html-pdf: PDF generation timeout. Phantom.js script did not exit.** ```javascript const options = { format: 'A4', phantomPath:...

Thanks for reply. I didn't understand what do you mean by break point. Are you telling me to check whether I am able to get ``` $scope.API.toggleFullScreen();``` inside my showFullScreenVideo...

Thank you for the quick reply. The video which I am using is of 3 mins. Are my syntax correct in the below code. `sources: [ { src: $sce.trustAsResourceUrl("file:///Users/username/Library/Developer/CoreSimulator/Devices/0FE9E4WW-0FA8-4228-82E7-0A87D0580808/data/Containers/Bundle/Application/19746D5A-AD5D-4B7A-BF74-EC63E049ASWD/Mobile.app/mobileapp/video.mp4"), type:...

Hello, I've tried the below code ``` $cordovaSocialSharing.share('Sent from appname', 'Test Subject', null, 'appname://app/ideas'); ``` I am trying to send this using social sharing but I am not getting a...

Thanks, Waiting for your reply