Skip to content

Conversation

@hbugdoll
Copy link
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