newuser44

Results 16 comments of newuser44

I also can't get this working with ngCordova. I was trying it on the browser, not sure what that would even do. I get an error angular.js:13550 ReferenceError: ProgressIndicator is...

> > > Hi guys, I wanted to share with you the solution I found for this issue. It worked well for my case, where the contents I was trying...

Updating webiew and saw this bug. Any fix with cookies. The reason I was using cookies is so I can set them to expire in a day vs local store...

I think this is the same issue I'm having upgrading to WKWebView for my ionic app. For me this seems to only happen on the first time loading the app....

Circling back around on this. I had things working with iOS 13. Apple rejected my app when it was run on iOS 14. Same issue where I call my http.post....

Different path. I was able to get App Bound from config.xml doing the following. ``` dev.test.com ``` Looks like this shows up correctly in info.plist Seems like I need to...

Same problem, any idea of a fix? I hear people are having to move over to use local storage. Doable but cookies have the build in expire date functionality and...

Any update on how to support cookies after first time use of app? Got things work (or so I thought) using a different plugin. This worked fine on iOS 13.5....

I had this working from this problem a month ago. The fix was to set the versions in the project.properties. Have to do this any time I remove and add...

I don't know why but these lines were missing in the build.gradle file. ``` // Fabric Cordova Plugin - Start Fabric Build Tools buildscript { repositories { maven { url...