TzHanChen1210 opened a new issue, #1331: URL: https://github.com/apache/cordova-ios/issues/1331
# Bug Report ## Problem Html forms submit method is not working as expectation ### What is expected to happen? Should redirect the current page to the url which is setting at the action of attribute. ### What does actually happen? Nothing happening after trigger the submit method and no error appears in console.log ## 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? --> <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <form name="online" id="form" action="https://www.example.com" method="post" enctype="application/x-www-form-urlencoded" accept-charset="UTF-8"> <input type="text" name="RETURN_URL" value="example.com/callback"> <p class="edgeBox_Outer Adjust04"><input type="submit" id="submit" style="background: none; border: none; color: red; font-size: 90%;font-weight: bold; width:100%;" value ="Submit"> </p> </form> </body> </html> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Mac OS 13.3.1 iPhone 14 Pro - iOS 16.2 Simulator with Xcode 14.2 ### 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. --> [email protected], [email protected], [email protected] [email protected] [email protected] Xcode 14.2 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
