kimberlysiva

Results 7 comments of kimberlysiva

As an update, I was able to create a custom Activity to catch the `onNewIntent` event by following this guide: https://docs.nativescript.org/runtimes/android/advanced-topics/extend-application-activity#extending-activity However, this breaks nativescript's `application.suspendEvent` and `application.resumeEvent`, which we...

Note that some of this changes in nativescript 3.0: https://github.com/NativeScript/NativeScript/blob/master/Modules30Changes.md#application

Dependent on an bug in nativescript on Android: https://github.com/NativeScript/NativeScript/issues/3998

Logs with additional output, note that `_handleInit` is not called on the unsuccessful run. ```CONSOLE LOG file:///app/tns_modules/argon-web-view/argon-web-view-common.js:33:24: Connecting to argon.js session at https://samples-develop.argonjs.io/vuforia/index.html CONSOLE LOG file:///app/components/common/argon-vuforia-provider.js:67:24: sessionService.connectEvent CONSOLE LOG file:///app/components/common/argon-vuforia-provider.js:212:20:...

@speigg and I were discussing whether this is the right approach. If many pages open a Street View, for instance, performance will degrade. We can stick with the current many-to-one...

Another point against multiple instances of the same reality: We've said that when a page gains focus its reality *should not* automatically be switched in. I can see this causing...

So is this a long-term or short-term goal? If you want I can go ahead and ensure that a reality closes when its consumers close. I think Gheric is better...