Sebastian Zarzycki
Sebastian Zarzycki
Same here. A bit annoying.
Of course it needs to know the port. But why can't it read it from the configuration file? (this, or other one). How should I use Angular CLI directly, and...
I'm using 8.4.0 and Apple still complains about UIWebView. Pods in this version: ``` ```
I am using both this and facebook4 plugin and no complaints from Apple. cordova-ios 6.1.1. Relevant part from config.xml: ``` ```
Search for a string isn't a good method (and never was), because of conditional compilation (as you can see on your own screen)
It's working fine. That config is enough. Update to newest version of cordova-ios and just wipe and recreate your platforms and plugins folders.
Sigh, I'm stupid. client_type = 2 is the key that is then used as reversed client id (in a reversed form, of course). So: * WEB_APPLICATION_CLIENT_ID and webClientId is the...
I've noticed that if this component is present in the view, it tends to generate some weird side-effects that I cannot attribute to anything else. It would look like it...
Did anybody get further into this? I'm losing my marbles here. I have a change in my application, that seems to be blocked by ngx-ui-loader (has to wait for another...
Oh dear, disregard the above, I'm ashamed to admit that it had nothing to do with this loader and removing it "helped" the issue only because of sheer cascade of...