You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/11 22:58:08 UTC

[GitHub] [cordova-ios] marcostadeusc opened a new issue #967: Problems with iOS Wallet

marcostadeusc opened a new issue #967:
URL: https://github.com/apache/cordova-ios/issues/967


   # Bug Report
   I have a project that I started to migrate to new WKWebView, but there is some plugins that I'm having some problems.
   
   ## Problem
   I have problem with `cordova-plugin-passbook`.
   
   ### What is expected to happen?
   Plugin works with WKWebView
   
   
   ### What does actually happen?
   When call the plugin, since it uses UIWebView, it's not working.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   I have the following references code on Xcode:
   
   ```
   - (BOOL)shouldOverrideLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType
   {
       if(PKPassLibrary.isPassLibraryAvailable && [request.URL.pathExtension isEqualToString:@"pkpass"]) {
           [self downloadPass:request.URL success:nil error:nil];
           return YES;
       }
       
       return NO;
   }
   ```
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   - iPhone 5S, iOS 12.4.6
   - iPhone 8 Plus, iOS 13.6
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   -  9.0.0 (cordova-lib@9.0.1)
    
   - cordova-ios: 6.1.0
   
   - cordova-plugin-inappbrowser: 4.0.0
   
   - cordova-plugin-file-transfer: 1.6.3
   
   - angular: 1.4.14
   
   - onsenui: 2.10.10
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x ] I searched for existing GitHub issues
   - [ x ] I updated all Cordova tooling to most recent version
   - [ x ] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] breautek edited a comment on issue #967: Problems with iOS Wallet

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #967:
URL: https://github.com/apache/cordova-ios/issues/967#issuecomment-672358540


   You can try one of its [forks](https://github.com/passslot/cordova-plugin-passbook/network/members)
   
   https://github.com/AmTote/cordova-plugin-passbook appears to be the most recent fork, and it looks like its been refactored to use `WKWebView`.
   
   Do note this is not an endorsement.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] timbru31 closed issue #967: Problems with iOS Wallet

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #967:
URL: https://github.com/apache/cordova-ios/issues/967


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] timbru31 commented on issue #967: Problems with iOS Wallet

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #967:
URL: https://github.com/apache/cordova-ios/issues/967#issuecomment-672343274


   It’s a third party plugin and the developer needs to update it. Unfortunately, we can’t help with third party plugins.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] marcostadeusc commented on issue #967: Problems with iOS Wallet

Posted by GitBox <gi...@apache.org>.
marcostadeusc commented on issue #967:
URL: https://github.com/apache/cordova-ios/issues/967#issuecomment-672354132


   So, is there any alternative would you recommend?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] breautek commented on issue #967: Problems with iOS Wallet

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #967:
URL: https://github.com/apache/cordova-ios/issues/967#issuecomment-672358540


   You can try one of its [forks](https://github.com/passslot/cordova-plugin-passbook/network/members)
   
   https://github.com/AmTote/cordova-plugin-passbook appears to be the most recent fork, and it looks like its been refactored to use `WKWebView`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org