Alejandro Gonzalez Sole

Results 15 comments of Alejandro Gonzalez Sole

I'm having the same issue. We have titles that sometimes use underscores instead of spaces. We can't do much about the titles since our customers enter those themselves. It would...

Have you considered doing: ```js const { default: babel } = require('@babel/cli/lib/babel/dir'); async function transform(sourcePath, outputDir) { await babel({ babelOptions: {}, cliOptions: { filenames: [sourcePath], extensions: ['.ts', '.js'], outDir: outputDir,...

> @guatedude2 that's what I ended up doing but it would be nice to have at as a guaranteed API rather than depending on an implementation detail. Yeah it would...

PR to fix this issue #8

Have you I saw @dravorle added the screenshot functionality. Is this something that's coming to the hosted version anytime soon?

I found this example works well https://stackblitz.com/edit/github-ut9vkm

Not sure what you mean by `Kiosk.beReallyAKiosk(boolean)`? do you mean check if the application is in Kiosk mode?

Thats what the plugin is supposed to do, however the plugin is 3 years old so it might be that the API has changed for newer versions of Android.