Skip to content

fix(android): Duplicate requests for checking if a url hosts PDF - #71

Merged
OS-pedrogustavobilro merged 2 commits into
mainfrom
fix/RMET-5141/traditional-web-preparation
Apr 17, 2026
Merged

fix(android): Duplicate requests for checking if a url hosts PDF#71
OS-pedrogustavobilro merged 2 commits into
mainfrom
fix/RMET-5141/traditional-web-preparation

Conversation

@OS-pedrogustavobilro

Copy link
Copy Markdown
Contributor

Description

This PR fixes an issue on ASPX and OutSystems Traditional Web Apps where multiple requests (besides loading the webpage, we were previously trying to do HTTP requests to check if the url was for a pdf file) were triggering "Preparation" server action more than once when loading said web page in a WebView, even if the web page hosted no PDFs.

Context

Fix done via native library update.

References:

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Tests

In our O11 environment, you may use the "InAppBrowser Sample App" to test general functionality, and "RMET-5141 Mobile Test" to confirm that the bug is fixed.

Further testing notes in the Test section in OutSystems/OSInAppBrowserLib-Android#56.

@OS-pedrogustavobilro
OS-pedrogustavobilro merged commit 314ba92 into main Apr 17, 2026
6 checks passed
@OS-pedrogustavobilro
OS-pedrogustavobilro deleted the fix/RMET-5141/traditional-web-preparation branch April 17, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants