onofrio napolitano

Results 4 comments of onofrio napolitano

don't working for ionic 4.x with android 8.1 sdk. if screen go to standby audio is pause.

Hi, try: const Splitting = null; if (typeof document !== `undefined`) Splitting = require('Splitting')

I solved by moving the folder from node_modules to src.

Hi, change getTranslate with: function getTranslate(el) { var translate = {}; if (!window.getComputedStyle) return; var style = getComputedStyle(el); try { var transform = style.transform || style.webkitTransform || style.mozTransform; var mat...