Telerik-Verified-Plugins / NativePageTransitions

Native transitions like Slide and Flip for iOS, Android and Windows Phone
277 stars 107 forks source link

Not able to install using App Builder plugin market or CLI install or Plugin import #18

Open drophit opened 9 years ago

drophit commented 9 years ago

window.plugins.nativepagetransitions is not available, so no native transitions will be applied NativePageTransitionsKendoAdapter.js:211

I have tried installing via the IDE using plugins marketplace and via import to plugin directory? It is as if something is missing- the appbuilder demo works fine

EddyVerbruggen commented 9 years ago

Hi,

That's strange, there could be something wrong with your setup because I just created this basic demo app with the Marketplace plugin: https://github.com/EddyVerbruggen/NativePageTransitionsBasicDemo (update: deleted while cleaning up my github account)

Can you give it a spin? Perhaps you're not including the reference to cordova.js?

Feel free to share your project with me if you need further assistance.

Ldaco commented 9 years ago

I experienced the same sort of issues trying to get the plugin to get installed. I also tried the built in GUI to search for the plugin and install it, but it never really took. I also tried the import route and again, it wasn't getting everything it wanted. I ended up taking that out as there wasn't really anything there and then I went the CLI route. Here's the steps as I didn't have everything I needed...

Installed the 32 bit version of Node.js: http://nodejs.org/download/

Had to install git: http://git-scm.com/downloads

Then I could open up a command prompt and I needed to change to the directory we’re working in: cd “C:\YourCodeFolder”

Once I was in the code directory I was able to issue the command to pull the plugin: appbuilder plugin fetch https://github.com/Telerik-Verified-Plugins/NativePageTransitions

Churns for a bit and then it should let you know if it worked.

drophit commented 9 years ago

I have the reference to cordova.js and other plugins work fine - Im also working in the Windows IDE and am not sure how i would navigate locally?

drophit commented 9 years ago

Just tried the CLI install - No go :( - Pulled down the code base and installed via CLI still same response - @EddyVerbruggen how can i send you a zip of the project so you can view the issue?

EddyVerbruggen commented 9 years ago

@drophit you can mail me (a link or the project) at eddyverbruggen at gmail, I'd be happy to take a look!

drophit commented 9 years ago

Email sent - 2 zip files in dropbox- one with the plugin installed via CLI the other without

EddyVerbruggen commented 9 years ago

Hi @drophit ,

I've just done the following at platform.telerik.com:

- Create a new hybrid app
- Go to plugins > Install from marketplace > installed 'Native Page Transitions' (v0.2.7)
- Added a bit of sample code from http://plugins.telerik.com/plugin/native-page-transitions
- Built the app (for Android in this case)
- Ran it on a real device

The plugin installed and worked just fine.

Next I tested it on my Mac with the Cordova CLI:

- cordova create nativepagetransitionstemp
- cd nativepagetransitionstemp
- cordova platform add ios
- cordova platform add android
- cordova prepare
- Added a bit of sample code from http://plugins.telerik.com/plugin/native-page-transitions
- Opened it in XCode and deployed it to my device

No problems as well.

Can you tell me how your steps are different from mine? Eddy

drophit commented 9 years ago

I am installing the app to the project i sent you - i did this using both methods you used above with no success - there is something about my project that is causing an issue

drophit commented 9 years ago

Is this a normal issue to see this error in the simulator? I've tried this on the real device and it seems to crash when attempting to test flipping the screen.

drophit commented 9 years ago

I just tried this using the blank JS project as well I installed the the Demo in the windows IDE and did not see the same behavior - instead in the demo i see a warning via popup that the plugin is not available

EddyVerbruggen commented 9 years ago

Can you send me the blank project? I should be able to find the cause..

drophit commented 9 years ago

I sent you an email with my project - is this supposed to work in the companion app on device?

EddyVerbruggen commented 9 years ago

No, the companion app only includes a few plugins, so almost none will work.

drophit commented 9 years ago

so - is the error i am seeing normal in the simulator? window.plugins.nativepagetransitions is not available, so no native transitions will be applied NativePageTransitionsKendoAdapter.js:211

I do not see this in the demo when running in the simulator - can you look at the project i sent? This is very odd that it is not working in my project

stefanotauriello commented 8 years ago

I have installed using both Cordova and Ionic CLI but when i add 'ionic-native-transitions' in angular.module, it doesn't find the module.

How can I resolve this?

Thanks

EddyVerbruggen commented 8 years ago

@stefanotauriello did you actually install this plugin?

stefanotauriello commented 8 years ago

I've installed it as plugin in my Ionic project, but it doesn't work

Il mercoledì 4 maggio 2016, Eddy Verbruggen notifications@github.com ha scritto:

@stefanotauriello https://github.com/stefanotauriello did you actually install this plugin?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Telerik-Verified-Plugins/NativePageTransitions/issues/18#issuecomment-216828508

Tauriello Stefano Ingegnere W.I.N. Spa

EddyVerbruggen commented 8 years ago

If you want help you really need to provide some more details. Like how are you running the app (device, sim, companion app) and share your code.

stefanotauriello commented 8 years ago

I'm emulating my Ionic app but it gives me error because it can't import the module of ionic native transitions. I have installed it with both Cordova and Ionic CLI

Il mercoledì 4 maggio 2016, Eddy Verbruggen notifications@github.com ha scritto:

If you want help you really need to provide some more details. Like how are you running the app (device, sim, companion app) and share your code.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Telerik-Verified-Plugins/NativePageTransitions/issues/18#issuecomment-216829401

Tauriello Stefano Ingegnere W.I.N. Spa

EddyVerbruggen commented 8 years ago

So you added this plugin but you didn't add ionic-native-transitions. It's a different project. Google it.