Juan Jose Carracedo

Results 9 comments of Juan Jose Carracedo

this is not a issue with the wrapper, also happen with the standalone library, you have two options: - Resize on the mapLoad(event): this will be visible to the user...

Thanks for the suggestion but not working. I get this error: **TypeError: cannot marshal None unless allow_none is enabled.** I see other examples like this: ```js api.execute_kw(db, uid, password, 'res.partner',...

@hisk I cant clone , give me this error [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and...

@hisk I do the following - clone the master - add your latest suggestion - npm i -npm start And works!! thanks!!

thanks for the demo, works perfect!, only one question. I try to modify the gesture.lua to get the value of long press and swipe direction without the release (on pressed...

For new android version q, you need to add new permission ` if (android.os.Build.VERSION.SDK_INT >= 28) { permissions.push(android.Manifest.permission.ACTIVITY_RECOGNITION); } ` onthe plugin android manifiest you need to add the plugin...

I have the same error with the middleware. If you try to change the matchers, it is working for me.