You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/06 09:43:33 UTC

[GitHub] [cordova-ios] FergalMohan opened a new issue #709: Redirect while doing Form POST is being swallowed by CDVIntentAndNavigationFilter

FergalMohan opened a new issue #709: Redirect while doing Form POST is being swallowed by CDVIntentAndNavigationFilter
URL: https://github.com/apache/cordova-ios/issues/709
 
 
   # Bug Report
   While doing a Form POST the Redirect is being swallowed by CDVIntentAndNavigationFilter's shouldOpenURLRequest:navigationType: 
   ## Problem
   While doing a Form POST the Redirect is being swallowed by CDVIntentAndNavigationFilter's shouldOpenURLRequest:navigationType: because the navigationType is UIWebViewNavigationTypeFormSubmitted
   ### What is expected to happen?
   The Cordova WebView would launch the redirectedURL in an external Mobile Browser since it's not on the WhiteList
   
   
   ### What does actually happen?
   The Cordova WebView gets stuck on the Form submission screen
   
   
   ## 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? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### 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.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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


With regards,
Apache Git Services

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