Typeform in Ionic App causes zone.js failure

  • 16 September 2022
  • 1 reply
  • 186 views

I have an Ionic app (runs Angular 4) and in one view I'd like to embed a typeform using the typeform embed sdk. For some reason adding the following code results in a zone error:

Error: Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.
Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)

To make things simple I started a new app in StackBlitzJacob Gordon and it shows the same error. The relevant code is as follows:


1 reply

Userlevel 7
Badge +5

Hi @roywilliq32 I’m afraid we don’t support typeforms within apps at the moment, but @mathio may possibly have some idea about this error!

Reply