-
Anyone who was able to make this plugin work?
-
优点:
真实设备上比如iphone调试太方便了 (safari)
坑点:: 使用form的地方, 要在xxx.module.ts中手动加入如下代码
```ts
@NgModule({
imports: [CommonModule, FormsModule, ReactiveFormsModule, IonicModule, RouterModule.forChil…
-
I am using the latest Ionic4, with angular7, there I am using normal httpClient with Obervables as responses. I added your plugin and setup the inject cookie, but still getting seeing that the backend…
-
Error: Uncaught (in promise): Error: Template parse errors: Can't bind to 'ng2TelInputOptions' since it isn't a known property of 'input'. (" ][ng2TelInputOptions]="{initialCountry: 'in'}" (hasError)=…
-
### Expected Behaviour
To work with Ionic4 and Cordova 9. Any plans / timeline on this? (Good job with the playlist function though! Are you the only one who have done this for Cordova? I can't find …
-
자꾸 에러가 발생하는데...
-
I'm trying to call a REST api from the apk and it gives me CORS error. From the browser I'm running a proxy, but in the apk I call it directly to the URL.
![image](https://user-images.githubusercon…
-
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases).
Old versions are not supported and issues reported for them will be close…
-
I tried your component in Ionic4, but seems to work only on Firefox. Not working on Android and Chrome. Not tested on IOS or Safari/Opera. On Android and Chrome tab icons are just stacked on each othe…
-
I have an iOS app that opens another app, ask a question and then this second app opens my app again with the url myapp://token/:token. It works and i think deeplink plugin is working, the console say…