Romain Racamier-Lafon

Results 52 comments of Romain Racamier-Lafon

Only censored images are detected as nude : http://codepen.io/Shuunen/pen/dovaKR

thanks @wendt88 worked like a charm, I just updated the import 👍 ```js import { topmost } from 'tns-core-modules/ui/frame' function navigateTo (page) { topmost().currentPage.__vuePageRef__.$navigateTo(page, { frame: 'mainContent' }) } ```

Got this message `topmost() is deprecated. Use Frame.topmost() instead.` so here is the updated JS version : ```js import { Frame } from 'tns-core-modules' export function navigateTo (component, options) {...

I'm wondering what @rigor789 or other contributors think about this, maybe there's a better or cleaner way 💭

Wow you're fast 😄 thanks for this shorter/simpler solution

@thorin8k any updates on your side ?

@ashutoshgngwr option 2 "slow fade-out that begins and ends with the sleep timer" 🙂

So glad to hear it, thanks a lot ❤️