Jason Yang/楊朝傑

Results 30 comments of Jason Yang/楊朝傑

OK. But still suggest to support `"react-test-renderer": "18.1.0"` in the plugin.

> The mentioned change has been released in https://github.com/storybookjs/storybook/releases/tag/v7.0.0-alpha.16, so I guess this could be closed? I'll close it after stable version released.

Right now, I modify my code like below, ```ts export const READ_ONLY_REGEX = /^(\s|;)*(?:alter|create|delete|drop|insert|reindex|replace|update)/i; export const TRANSACTION_REGEX = /^(\s|;)*(?:begin|end|commit|rollback)/i; export class SQLiteObject { private _objectInstance; constructor() { this._objectInstance = new...

Just directly use permission string. ```permissions.requestPermission('a_permission_string');```

https://developer.android.com/reference/android/Manifest.permission.html#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS Permission an application must hold in order to use ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS. This is a normal permission: an app requesting it will always be granted the permission, without the user needing...

The permissions you asked all are the normal permissions. https://developer.android.com/guide/topics/permissions/normal-permissions.html So you may have another issue.

I really don't have idea. I only tested this plugin on cordova platforms.

Did you read this? https://developer.android.com/guide/topics/connectivity/nfc/nfc#manifest

Which version of `@ionic-native/android-permissions` are you using now? If your `@angular/core` version is >= 5.0.0, please use fixed version 4.4.0 for all `@ionic-native/**` in your `package.json`. If your `@angular/core` version...