Start a new topic

AR.Sound in iOS wikitude phonegap

AR.Sound in iOS wikitude phonegap
1 Comment


AR.Sound is not working in wikitude phonegap iOS -

World.audioFile = new AR.Sound(audioFilePath, {

       onLoaded: function() {},

       onError: function() {}

});

if(World.audioFile !== null) {

         World.audioFile.play();

}

 

This work fine in android not in iOS 

please help

 

 
Login or Signup to post a comment