Cap-go / capacitor-inappbrowser

Capacitor plugin in app browser with urlChangeEvent
MIT License
58 stars 37 forks source link

override doUpdateVisitedHistory and make it call urlChangeEvent callb… #59

Closed ahmad-abusaa closed 10 months ago

ahmad-abusaa commented 11 months ago

override doUpdateVisitedHistory and make it call urlChangeEvent callback instead of onPageStarted. the issue this PR is fixing is when the query string gets appended to a URL, in Android this change is not detected in onPageStarted so I have to use doUpdateVisitedHistory method.