Tom Nguyen
Tom Nguyen
It was working fine before installing and add mobx to vuejs main.js ``` import Vue from 'vue/dist/vue.js' import VueRouter from 'vue-router' import App from './components/app/App' import router from './routers' Vue.use(VueRouter)...
I could not find any way to add fallback image if error download image happened. Could anyone point me out please?
FileUriExposedException public class FileUriExposedException when android-targetSdkVersion from 24
App crash when android-targetSdkVersion equals or more than 24 in config.xml `` Working fine if change to 23. 05-08 09:49:00.031 24924 24924 E AndroidRuntime: android.os.FileUriExposedException: file:///storage/emulated/0/invoice.pdf exposed beyond app through...
I could not find anyway to pass parameter from Java, junit test to the scenario. Could someone suggest a solution?