b44rd
b44rd
@mohammadrafigh Did you find a workaround for #379? Would be very nice to see your pull request merged at some point. Let me know if there´s something I can help...
Experiencing the same issue. [Sample mp3 file can be downloaded here](https://pixabay.com/sound-effects/explosion-drop-6879/). ``` const audio = require('nativescript-audio') export default Vue.extend({ mounted() { const player = new audio.TNSPlayer() player.playFromFile({ audioFile: "~/audio/sound.mp3", loop:...
In my case, I had placed the file within a ~/audio folder. I moved it to the ~/assets directory, and it worked. Could be as simple as that this issue...
@simplenotezy Recently implemented the exact same layout as you reference here, using position: sticky. It ended up quite well, but it is a matter of browser support; https://caniuse.com/#feat=css-sticky