polyfills.js:3 Uncaught TypeError: t.resolve is not a function
at Object.setNativePromise (polyfills.js:3)
at L.configurable.L.set (polyfills.js:3)
at e.exports (zoomus-websdk.umd.min.js:2)
at c (zoomus-websdk.umd.min.js:2)
at Object. (zoomus-websdk.umd.min.js:2)
at n (zoomus-websdk.umd.min.js:2)
at Module. (zoomus-websdk.umd.min.js:2)
at n (zoomus-websdk.umd.min.js:2)
at Object. (zoomus-websdk.umd.min.js:2)
at n (zoomus-websdk.umd.min.js:2)
Which version?
“@angular/core”: “5.2.11",
“ionic-angular”: “3.9.8",
“@zoomus/websdk”: “^1.8.3",
“typescript”: “~2.6.2"
Thank you for providing additional information. In this instance, there are a couple of options. First, you could have a separate code base for the ionic apps and the web app that you create. This means that you would use the Ionic SDK for Android and iOS and the Web SDK for the web.
The next option would be to try to use a WebView container within Ionic that allows you to display the web app that you’ve created with the Web SDK.
I understand that neither of these options are ideal, however. If you would like Ionic Web App support to be considered for a future release, I recommend posting in the #feature-requests category.