pptrexvn opened a new issue #614: [Android] beforeload event for POST method is not fired URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/614 # Bug Report beforeload event for POST method is not fired ## Problem I read this https://github.com/apache/cordova-plugin-inappbrowser/pull/367 And try to build an app with https://github.com/dpa99c/cordova-plugin-inappbrowser-test Then open inappbrowser with beforeload = YES option. Click on `GET link`, beforeload, loadstart and loadstop events are fired Click on `Submit`, only loadstart and loadstop events are fired ### What is expected to happen? `beforeload` event should be fired with Submit form (POST method) ### What does actually happen? Click on `Submit`, only loadstart and loadstop are fired ## Information Android: 7.1 Cordova ver 9 source code and package.json get from https://github.com/dpa99c/cordova-plugin-inappbrowser-test ## Checklist - [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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
