5.0.2 • Published 1 year ago

@prescrire/app_discovery v5.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Prerequisites

Electron

import AppDiscovery from '@prescrire/app_discovery/electron';

// the line below links the module with the app 
AppDiscovery.setElectronApp(app);

Usage

Desktop

import AppDiscovery from '@prescrire/app_discovery/desktop';

Cordova

import AppDiscovery from '@prescrire/app_discovery/cordova';

Caveats

Android

Permissions

Android 12 (API 30) now checks manifested application IDs. Add application IDs to AndroidManifest.xml file to <queries> section. In cordova 10.x.x config.xml it looks like this:

<config-file target="AndroidManifest.xml" parent="/manifest">
    <queries>
        <package android:name="org.prescrire.guide" />
        <package android:name="org.prescrire.application" />
    </queries>
</config-file>
5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago