Giusti

Results 10 comments of Giusti

Hello Xseingnard, thank you for your reply. So my code basically looks like this: I tried it with registerReadCallback only and with this example calling read after registerReadCallback triggers. ```...

I have the same issues when using `Ionicitude.close()` I get "Function required as first argument!" at file: lib/ionic/js/ionic.bundle.js (26794) and when I call show() after hide() nothing happens

Mh not really funny thing is when I call WikitudePlugin.close() it works not sure whats the problem here

Gonna try it on monday thank You very much

Did You already Experiment with the wikitude Plugin API?

The issue seems to be related to a sorting function, that is called when opening the schema. **Reproduction steps:** I created a schema with 4 fields - 1Date - 2A_Field...

I just changed the imports to: import 'zone.js/dist/zone.js'; import 'zone.js/dist/async-test'; import 'zone.js/dist/fake-async-test'; import 'zone.js/dist/long-stack-trace-zone'; import 'zone.js/dist/proxy.js'; import 'zone.js/dist/sync-test'; import 'zone.js/dist/jasmine-patch'; and it worked for me

but it seems i am getting the following error now ``` TypeError: Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone C:/Users/Giusti/Projects/testapp/node_modules/@angular/core/@angular/core/testing.es5.js:308:1) at Object. C:/Users/Giusti/Projects/testapp/node_modules/@angular/core/@angular/core/testing.es5.js:1015:1) at ZoneQueueRunner.webpackJsonp.../../../../zone.js/dist/jasmine-patch.js.jasmine.QueueRunner.ZoneQueueRunner.execute C:/Users/Giusti/Projects/testapp/node_modules/zone.js/dist/jasmine-patch.js: 132:1) ``` for...

Hey I am trying to create a Cordova Plugin with thise code, for a rs232 connected Device any help appreciated :D

The same issue occurs when importing registerApolloClient `import { registerApolloClient } from "@apollo/experimental-nextjs-app-support/rsc";` just copy pasted the example from the github readme `export const { getClient } = registerApolloClient(() =>...