Ionic-angular PWA becomes unresponsive(Not responsive with varying screen size) upon adding <script> tags

Description
Hi, I was able to run angular websdk sample by @tommy It works great. But I’m using Ionic-angular to build a pwa application. I ran in to 2 issues.

  1. App becoming unresponsive when adding <script src= https://source.zoom.us/1.7.2/lib/vendor/jquery.min.js"> in index.html
  2. If I don’t add this above script tag, I get “Reference $ is not defined” error.
1 Like

Hey @devNova,

Happy to hear you got the sample app working! :slight_smile:

Make sure you are providing jQuery globally like so:

We are working to remove the jQuery requirement in a future release.

Thanks,
Tommy