adamdport

Results 21 comments of adamdport

@sandrolombardo it's been a few months, any luck? If this code works, seems like something that should be included as part of the plugin, or at least optionally enabled with...

I don't understand what changed, but my app is now working without requiring AppBoundDomains, so please take this feature request with a grain of salt. If you've arrived here and...

No. MacOS Catalina 10.15.7, iOS 14.4, Xcode 12.4. I had uninstall/reinstall both my cordova plugins and platforms to resolve an InAppBrowser issue. I didn't re-add the AppBoundDomains to my plist...

Nothing more than I've said. Did you set the `hostname` in cordova's `config.xml` so that it matches the domain of your backend, and set `withCredentials:true` on your XHR requests? (accidentally...

@tymcdowell App Bound Domains don't restrict past the domain level. In other words, you can't whitelist index.html–you can only whitelist the domain that index.html is hosted under (eg. yourdomain.com if...

My app is a cordova app, and no I don't use the plugin. As of 6.0.0 cordova-ios supports wkwebview without any plugins. > I have no issue running against my...

For those arriving here from google, I'd encourage you to share some votes/contributions/testing to the following: - Apple's issue: https://bugs.webkit.org/show_bug.cgi?id=213510 - Niklas Merz's plugin, which bypasses WkWebView's native xhr handling:...

For those arriving here from google, you should know that cordova iOS 6.0.0 uses WkWebView out of the box, and this plugin is no longer supported/required. There are still issues...

Not sure if this was a solution 2 years ago when this issue was created, but flex-layout won't clobber your dynamic classes if you use `[class]` instead of `[ngClass]`. Not...

Turns out it's not related to our custom widget. Nothing in this fiddle launches the keyboard on first click in iOS: https://jsfiddle.net/55g58b4L/6/ Let me know if I'm doing something wrong....