Hi Craigclark,
I am not sure what you mean by “Native Audio Playing”.
Is that a specific player or are you referring to HTML5 audio.
If it is a specific Player or some sort of Javascript or other script that adds elements to the page after load, then your in luck as I just released a new version 1.2.0.
This version comes with delay re-capture options. When any elements are added to the page after load they do not get tracked, but with this update it will check to see if it can find the Elements and if it doesn’t it will try again within a specified amount of time. You can adjust these settings in the new “Advanced Settings” page.
If your referring to HTML5 Audio then you will most likely need to create your own controls and tie the HTML5 audio controls into the ones you created then you can add the events to the elements you created.
Let me know if you get it working.
Hi Craigclark,
Just created Version 1.3.0 which has a Debug Setting in the Advanced Settings. Try setting the debug to “Console”. Then you can see the the setup and events in your browsers console logs. Hopefully this helps you determine the issue.