Santosh Singh
Santosh Singh
Any update to support android 11 for camera and file picker ?
@bearoutthere can you give code snippet for your workaround plz
@mrwrighty How you have done that, can you help me plz with code snippet
any update on this issue for NS 6? we are not able to open see gallery images on android 11
Hi Team , Any fix available for this issue?
@ann1111 how to get it for iOS, for iOS imageAsset._ios is empty
@wyong95 Try adding this in app.component.ts import { on, launchEvent } from '@nativescript/core/application'; import { androidLaunchEventLocalizationHandler } from 'nativescript-localize/localize'; on(launchEvent, (args) => { if (args.android) { androidLaunchEventLocalizationHandler(); } }); @Component({...
@PavelSuk98 ngx-translate works on native script angular? I am also facing same issue , language change not working on android, ios its working fine