I was wondering if Ionic is pulling any dependencies from sites like google?
The reason why I ask this is because I am building an app that will be used in China. For some past websites that I built, I would pull jquery libraries or other dependencies from the internet (google apis etc.), which wouldn’t work in China because google is banned in China.
Can somebody answer this question?.. Thank you so much!
Why would you want to grasp libraries from internet in a hybrid app where we have local storages ? Ionic itself is just js and css files (css only quotes some fonts file which is also locally), these two files together are really tiny (<3mb). No dependencies are online grasping for official libraries.
Please just include them locally as official templates did.
They should be included locally as these apps are downloaded; @windht is right on target.
If you’re referring to downloading content, there’s probably some way you can do it through VPNs or unrestricted servers, but you may run into extraneous legal trouble that we likely can’t help you here.