You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cordova 8.1.2. The camera is working when I Change: this.applicationId = (String) BuildHelper.getBuildConfigValue(cordova.getActivity(), "APPLICATION_ID"); To: this.applicationId = cordova.getContext().getPackageName(); Please commet if there is another solution for this.
The text was updated successfully, but these errors were encountered:
#ionic 3 camera crash after asking for permission
I am using cordova 8.1.2. The camera is working when I Change: this.applicationId = (String) BuildHelper.getBuildConfigValue(cordova.getActivity(), "APPLICATION_ID"); To: this.applicationId = cordova.getContext().getPackageName(); Please commet if there is another solution for this.
The text was updated successfully, but these errors were encountered: