Felipe Michel

Results 25 comments of Felipe Michel

I've "fixed" this downgrading gradle to `3.3` version on `gradle-wrapper.properties` file, and change the `dependencies` on `build.gradle` file, like the code snippet below: ```groovy dependencies { classpath 'com.android.tools.build:gradle:2.3.3' } ```

@kingrukawa I've got the same problem with **R** merge, see the PR #77. Maybe can help you :smile:

Hello @SWajahatAli, how are you doing? First fo all, **BE PATIENT**. I understand that you probably have schedules in your job, and needs solves something like this fast, but sadly...

Hello @ibrahimawadhamid You can pass `params` property to the `show()` method, like this: ```js cordova.plugins.NativeView.show({ // Others properties documented in README ... params: { "toNative": "a custom value", "aBooleanValue": true...

Yeah @ibrahimawadhamid, you are completly right! I saw the code, and the `params` property passed from `js`, is catched just in `Android` implementation by now. I don't remember exatly why,...

I understand you completly @ibrahimawadhamid. So, I will try to do this in the next weekend. But, how can will you get the parameters in `IOS`, if you don't know...

Ok, don't worry @ibrahimawadhamid !! I will add this feature soon :)

Hello @mleatherb !! Soo sorry for my late response. I was completly offline from github during the last months, studying a lot of things about others kind of projects, and...

Hello @mleatherb !! Soo sorry for my late response. I was completly offline from github during the last months, studying a lot of things about others kind of projects, and...

Hey @morizuki. Today, I used the latest `.vpk` released here, and works like a charm, uhuuul !!. Did you follow the _step-by-step_ descripted on main page of this project? Look,...