Sarayut Kungsaranuwat

Results 13 comments of Sarayut Kungsaranuwat

It Work for me. > In Android 11 the connection to the voice recognition service must be done manually (https://developer.android.com/training/basics/intents/package-visibility-use-cases). Adding next code in AndroidManifest.xml worked for me: > >...

@OtherCarlos > AndroidManifest Add this code in file "config.xml" ``` ... ... ```

Platform you are using?

I have a project using Ionic 3 and Ionic 5 use [email protected], both of which are running Android X and work fine.

You can use on ionic 3 ionic cordova plugin add https://github.com/DmcSDK/cordova-plugin-mediaPicker.git --variable IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION="your usage message" ``` let args = { "selectMode": 100, //101=picker image and video , 100=image , 102=video...

> This ticket does not give enough Information. > > At best, I can only recommend upgrading to the latest `[email protected]` and try again. > > ``` > cordova platform...

I switched to the Javascript Google Maps API instead of cordova-plugin-googlemaps.

> @secretmoo35, Did it worked? Could you explain the steps you did to make it work? This example creates a map. https://developers.google.com/maps/documentation/javascript/examples/map-simple#maps_map_simple-javascript

> ```yaml > huawei_health: > git: > url: https://github.com/asadamatic/hms-flutter-plugin > path: flutter-hms-health > > ``` Thanks for help. it worked for me.