brettmarl / wct-status

0 stars 0 forks source link

Crash on IOS 15 - missing Object.hasOwn property #101

Closed brettmarl closed 7 months ago

brettmarl commented 8 months ago

User has older iPhone 8 with IOS 15.3.1

Crash is in native capacitor library due to missing hasOwn property on core JS object. From reviewing hasOwn - it looks like this was added to IOS around 15.4 - so suspect user has out of date OS that is incompatible.

Advised they upgrade at least to 15.8 (latest IOS-15 patch) or upgrade to a much more recent IOS-17 if their phone is capable.

Tracking here, incase I see this again and forget

424722629_2657187604437623_8959248744125174556_n

brettmarl commented 7 months ago

closing as fixed, still no confirmation from user