Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ios): implement custom userAgent handling #537

Merged
merged 2 commits into from
Mar 27, 2020

Conversation

jcesarmobile
Copy link
Member

CDVUserAgentUtil will be removed in cordova-ios 6, so remove the usages of it, and also implement custom handling of the userAgent to not lose that functionality

closes #527

@jcesarmobile jcesarmobile merged commit 8587114 into ionic-team:master Mar 27, 2020
@jcesarmobile jcesarmobile deleted the remove-CDVUserAgentUtil branch March 27, 2020 12:41
Ionitron added a commit that referenced this pull request Apr 14, 2020
# [4.2.0](v4.1.3...v4.2.0) (2020-04-14)

### Bug Fixes

* **ionassethandler.m:** fix startPath is getting null ([#463](#463)) ([0bf16f1](0bf16f1))
* **ios:** avoid app scrolling to top on keyboard hide ([#533](#533)) ([7974eb4](7974eb4))
* **ios:** Replace deprecated APIs ([#539](#539)) ([27b9021](27b9021))

### Features

* **android:** proxy service worker requests through local server ([#452](#452)) ([c672175](c672175))
* **ios:** implement custom userAgent handling ([#537](#537)) ([8587114](8587114))
@Ionitron
Copy link
Collaborator

🎉 This PR is included in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UserAgent is handled globally by WKWebview Engine
2 participants