Skip to content

fix(ios): excluded fragment delimiter from encoding#331

Open
hbugdoll wants to merge 1 commit into
tidev:masterfrom
hbugdoll:fragment-delimiter-fix
Open

fix(ios): excluded fragment delimiter from encoding#331
hbugdoll wants to merge 1 commit into
tidev:masterfrom
hbugdoll:fragment-delimiter-fix

Conversation

@hbugdoll
Copy link
Copy Markdown
Contributor

@hbugdoll hbugdoll commented Nov 6, 2025

Fixes #329.

Description:

  • SFSafariViewController has a problem with encoded # as fragment delimiter, which was introduced in module version 3.0.2
  • excluded # from encoding

Example:

const webDialog = require('ti.webdialog');
const win = Ti.UI.createWindow();

win.open();
webDialog.open({
   url: "https://titaniumsdk.com/api/modules/webdialog.html#methods_open",
});

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.

iOS: cannot open URLs with #

1 participant