anon-real / sigma-usd

UI for SigmaUSD instance of AgeUSD protocol.
MIT License
20 stars 16 forks source link

Minor issue: sigmausd.io only shows error message on iPhone #24

Open kranebitt opened 3 years ago

kranebitt commented 3 years ago

On all iPhone browsers the dashboard only shows an error message. 464B7315-4382-42BC-B995-BE1EA14ACC7B

Please replace with a stream of the current contract data and values.

anon-real commented 3 years ago

Apple products don't support some functionalities relating BitInt in JS yet.

kranebitt commented 3 years ago

Understandable, maybe offer an alternative view and basic smart contract stats for Apple product users instead of leaving them with the error message.

bdkent commented 3 years ago

@kranebitt I think unfortunately the WASM code that interacts with the smart contract requires BigUint64Array that simply isn't supported yet in some browser (including Safari).

It looks like they are working on it, so maybe support will arrive soon!