Lars
Lars
I can't reproduce this. Could you guys do the simplest test possible, namely connecting to an iOS device, and paste: `SafariViewController.show({url: 'https://google.com'}, console.warn, console.error);` in the console. Then `SafariViewController.hide();`. Does...
Seems to be when a tab is set to hidden, I've added a fix for that in #104 This might be slightly unrelated to what you are asking, but its...
The above fix doesn't fix the problem with the Hide button, I'll fix that when I have time to investigate.
Even with these instructions, I have no idea how to get it to use the saved JSON file. 😅 Does it only work with hypernetworks? I noticed it saves the...
Sorry, forgot to mention that this was on the most recent version of both. Hmm, weird. I haven't experienced this using the standard "Train" tab. Maybe it's a newly introduced...
Seems to be gone atm 👍
Since you're here, I assume you're using Ionic: ` import { BackgroundMode } from 'ionic-native'; ` In `platform.ready().then(() => {` add ``` BackgroundMode.setDefaults({ title: 'MyProject', text: 'Active in background...' });...
Same exact problem. Ps. For Ionic 2 though. Tried using the ionic 2 conference project.
Thank you, it does give a bit more insight into the underlying idea. Assuming my `index.ts` file looks like this: ``` import 'source-map-support/register'; import * as admin from 'firebase-admin'; const...
Thanks Sam, I appreciate it! One last question. Does the emulator intercept the init logic in my main `index.ts` (`admin.initializeApp(config)`). I'd rather not have to worry about my test getting...