You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have given followinf path to CDVVideo method, in WWW there is folder named "video" contain pepsi.mp4 file.
CDVVideo.play('video/pepsi.mp4','YES');
Please let me correct for giving local path, as this is not working app is crashing.
While debugging In native play method @ below line crashing app.
NSURL *fileURL = [NSURL fileURLWithPath:soundFilePath];
Please help me to get out of this, also it is not working in iPhone5 iOS8.
The text was updated successfully, but these errors were encountered:
Hi,
I have given followinf path to CDVVideo method, in WWW there is folder named "video" contain pepsi.mp4 file.
CDVVideo.play('video/pepsi.mp4','YES');
Please let me correct for giving local path, as this is not working app is crashing.
While debugging In native play method @ below line crashing app.
NSURL *fileURL = [NSURL fileURLWithPath:soundFilePath];
Please help me to get out of this, also it is not working in iPhone5 iOS8.
The text was updated successfully, but these errors were encountered: