Hello everyone!
I am trying to display what is inside an object on Safari from a real device, but it looks i cannot even doing:
let response = JSON.parse(JSON.stringify(data))
console.log(response.code)
How to solve it? Thank you
Regards
Hello everyone!
I am trying to display what is inside an object on Safari from a real device, but it looks i cannot even doing:
let response = JSON.parse(JSON.stringify(data))
console.log(response.code)
How to solve it? Thank you
Regards
You can use, Safari Technology Preview - Safari - Apple Developer instead.
Really, does it work for Ionic + Cordova (iOS)? Isn’t it for only sites? Thank you