Doug Davies

Results 7 comments of Doug Davies

Ugh. Just hit this problem today. Any work being done on this?

> For the time being I switched to another plugin. It catches error conditions. If this gets resolved I will try this plugin again. Which plugin? I’m facing same issue...

Ya, I was hoping to use copyToNativeProject, but I use splashicon-generator (https://www.npmjs.com/package/splashicon-generator) to generate my resources just because it allows me to configure what stuff gets generated. I'm not dependent...

I've done something like this in App.vue. However, on iOS it sometimes doesn't focus correctly. Another element like a button on the page will take focus, but not always. It...

Any idea when this will be released or do I just have to apply the patch myself?

Oh! If I put it on the component itself it seems to work. Just not at the router level.

Also, I need to declare s .d.ts file with this declare module "vue-keep-scroll-position" otherwise I was getting a complaint that Could not find a declaration file for module 'vue-keep-scroll-position'. '/Users/daviesd/workspace/mobile/app/node_modules/vue-keep-scroll-position/index.js'...