You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable all 3 of our environments: iOS, Android, and web, to render exactly the same. It will also allow us to add support for various customizations without reimplementing the same rendering code in all 3 places.
The text was updated successfully, but these errors were encountered:
Rewrite blockchain-certificate web component to remove its dependency on some Google Polymer web components
Provide a hosted website which would allow cross-domain requests (although the user would have to have internet access to view a certificate)
Fire up a local webserver on-device to serve local files as if they were coming from the internet. Apparently, this is something that Cordova does, as mentioned in that forum.
Maintain our iOS implementation separate from the web component.
This will enable all 3 of our environments: iOS, Android, and web, to render exactly the same. It will also allow us to add support for various customizations without reimplementing the same rendering code in all 3 places.
The text was updated successfully, but these errors were encountered: