Skip to content

documenting the custom schemes handling #356

Description

@boynet

I am not native english so I cant create a pr for this, but we need to documente the lastest changes in custom schemes handling (#263 and #274)

the things to document:
for example to allow whatsapp custom scheme and twitter

  • add new config.xml preference with the custom schemes you want to support:
<preference name="AllowedSchemes" value="whatsapp,twitter" />`
  • add event listeners customscheme:
inAppBrowserRef.addEventListener('customscheme', function (event) {
            //do whatever you want here like:
             window.open(event.url, "_system");
        });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions