1.0.43 • Published 2 years ago

cordova-kemtai-plugin v1.0.43

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
2 years ago

CordovaOpenNewActicvity

To Open a new activity from ionic cordova application

Call Below function from ionic ts file

window'plugins'.newActivityPlugin.new_activity('value',function(res){ console.log("Response Data : "+res) },function(err){ console.log("Response Data : "+err); });

Instruction

  • minSdk : 26
  • Camera permission should be handled by app
  • The following has to be added to 'AndroidManifest.xml' file inside the 'application' tag:
<provider android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
        </provider>
1.0.43

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago