Skip to content

[Android] beforeload event for POST method is not fired #614

@pptrexvn

Description

@pptrexvn

Bug Report

beforeload event for POST method is not fired

Problem

I read this #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

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above

Screenshot_20200122-114451

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions