禁用ios

时间:2018-06-16 13:01:52

标签: ios angular caching ionic-framework ionic3

我用离子骨架(Ionic 3)制作了一个程序。 我正在使用import { Http, RequestOptions, Headers } from '@angular/http'; 用于发出http请求。 在android和Ios中构建和运行项目之后,为了进行http调用,它从缓存中使用,没有什么是新的,所以我安装了这个插件:cordova-disable-http-cache 之后,缓存问题是好的,并在Android中禁用,但在ios中再次出现问题,它正在从缓存中读取!我怎样才能完全禁用ios中的离子缓存

0 个答案:

没有答案