-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: Add compile-time decision for disabling UIWebView #584
Conversation
Tried your fork, with and without "WKWebViewOnly" preference, and it's OK for me
@beevelop you didn't change references in |
Thank you for the feedback. Yeah, modifying the |
Please, any update from team to review/merge this? And possible release 😇 ? |
We are also in same pool. Would be great help if we can have early release :) |
@beevelop any chances to merge this one soon? |
@bbialas Unfortunately, I'm not in charge. |
I am not an Apache Commiter, too. Since I still got no warning from Apple after uploading an app I did not test the flag, yet. @dpa99c You are an expert for in app browser. |
Sorry @beevelop I generally stay away from iOS pull requests because I don't have personal apple hardware to use for testing, and I'm not very experienced in objective-c either. But i can say that PRs won't get merged into until all checks passes. Currently it is failing for what appears to be an issue with the tests getting a webview context.
My educated guess tells me this is because the tests are probably trying to run in a cordova-ios environment without a wkwebview plugin installed. But not 100% sure if this is the case. |
@breautek how to/can we rerequest check suite? |
c'mon guys! you can do it! cannot wait for fix :) like really cannot wait :D |
hey, I tried these changes locally but now I got |
@Kepro more context or log or a minimal reproducible example is needed to understand your problem |
@ath0mas hi there, sorry!
|
okay, it now complains about it but it's working together with
debug
|
Not much time to look at it these days so if anyone has a feedback for @Kepro feel free :) |
Hi, Sorry to be "that guy" but I'm fairly new at this. I have encountered this issue and I want to use the PR version that has this fix for a client production build I'm working on, but I'm not sure how to specify in some file to pull the version from this PR instead of the regular dependency that's lacking this fix. Any tips? Thanks in advance! |
No problem, there is a first time for everything! I'll provide a step-by-step instructions below.
Alternatively, you can just install neohelden's copy by using |
Worked perfectly. You've been a tremendous help, @breautek |
Hello All, do we have any update regarding this issue?. Thanks in advance |
We are planning a minor release with this merged soon. But this issue
still needs some reviews and testing.
…
Hello All, do we have any update regarding this issue?. Thanks in advance
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#584?email_source=notifications&email_token=AA3LORCQWBB6E5NLCKSL4RLQ3NP63A5CNFSM4JSJSJQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4KZVI#issuecomment-569945301>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3LORGJQFBA6FRBKFLQXFLQ3NP63ANCNFSM4JSJSJQQ>.
|
@irene-pc - yes, the new release is still in the voting phase and the 48 hours have not yet passed. See Niklas' second link for the current voting situation (and feel free to test the release and add a non-binding vote) |
Thank you so much for the information @timbru31 I'm newbie here and I don't know very well how does updates work and when are they available. |
if I use "master" branch and I will use nobody else got this issue? |
In case of issues with the master branch or upcoming release from npm then please raise a new issue with a minimal, reproducible example. We do not have extra resources to support discussions in merged PRs or closed issues. |
Does anyone know when version 3.2.0 will be available in npm? |
This has been answered many times. Please read above. The release is in progress.
Please be patient. Asking won't make it faster. Releases are available when they are done.
Am 8. Jan. 2020, 17:42, um 17:42, irene-pc <notifications@github.com> schrieb:
…Does anyone know when version 3.2.0 will be available in npm?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#584 (comment)
|
FYI we have finished voting on the release and expect to publish it very soon. Please feel free to ping me personally (don't ping any other individuals) in case it really does take too long. Release discussions and voting threads generally happen on the mailing list. It is also fine to contact us by Slack in case of any questions. Links to find the mailing list and Slack channel are in the footer of cordova.io which redirects to: cordova.apache.org In general, we would appreciate a reasonable amount of patience since Apache Cordova is maintained by a bunch of generally overworked volunteers. But please do feel free to follow up with us in case of any unreasonable delays. |
For all incredible contributors on this issue. This release means a lot for our Apps. Thank you !!! |
Thank you all here for your patience and testing this PR. I am proud to announce that version 3.2.0 is now available on NPM. The release blog post will be on cordova.apache.org very soon. |
Thank you so much to all of you. @brodybits thank you so much for your response. I am newbie in the whole process of launching a new version :) |
@irene-pc Revisiting this comment now, I realised that it could sound rude. That was not my intent and I am sorry about that. I am new member of the PMC and I am still figuring out how to work on releases. Chris and Tim did a great job to explain how the Cordova community works. I would advise you to join the mailing list to get the latest news. Thank you all in this thread very much for supporting my first release. |
Released 3.2.0 works perfect, thanks you to all contributors 😍 |
Hallo @NiklasMerz Nothing happens. It is normal. It's your first release and maybe it is all new for you. You did a great job. My main concern was Apple email and with this update I don't receive it. Thank you so much 👍 |
@irene-pc You can find everything here https://cordova.apache.org/contact/ |
@NiklasMerz Thank you |
Thanks @NiklasMerz . Quick question - does the plugin need the platform ios5.1.1 to work or is 5.1.0 sufficient? |
This should work with 5.1.0 where |
@jtibbles @NiklasMerz I would recommend using Cordova-iOS 5.1.1. In 5.1.0, yes the This bug is fixed and released in Cordova-iOS 5.1.1. |
Please seek support on StackOverflow or in our Slack community. |
Hi everyone, package.json:
config. xml: My error: CDVPlugin class CDVUIInAppBrowser (pluginName: uiinappbrowser) does not exist. |
same for me, any solution ? |
Please try deleting the iOS platform and add it again. That should clean stuff up that got lost in the update. Make sure you are using the latest versions of those plugins and platforms. Locking this because pull requests and issues are not for questions. As Tim said please go to Stack Overflow or Slack. |
This PR fixes #583.
With the introduction of the
WK_WEB_VIEW_ONLY
flag, references to UIWebView are removed from the source. I tried to adapt the same changes from apache/cordova-ios#715 to this project.