Ionic 6 app dont work on android v8.1 but works on android v6 devices

thx man
will try that in next project this one i reached deadline had to refund my client
but thx for the solution and i had found a work-around using polyfils will share it soon

Gracias amigo, funciono perfecto

script in the index.html

<script>
    var global = global || window;
    var globalThis = global;
    var Buffer = Buffer || [];
    var process = process || {
      env: { DEBUG: undefined },
      version: []
    };
</script>
1 Like