Ionic 2 alpha - ionic upload

Hi guys,

everytime when I upload my app writtin in angular 2 with ionic 2…
I open the ionic view, the app loads and shows a blank screen.

Is it a commen problem? or is ionic upload not supported yet?
I’m sure that I added the android platform.

Found out that ionic 2 doesn’t work on samsung devices.
On other devices it works, but a little slow.

Hi romanornr,

I had the same issue with my Blackberry Q10!

I have no issue with Ionic 1 app though.

Nobody else tried and know why it does not work?

I’ve seen some other posts from people who had problems with Samsung devices. I’ve opened up an issue on ionic github.

Hopefully they will come with a solution. Maybe the next update I hope.

Where did you open this issue? Please open any issues related to ionic2 on the ionic2 repo: https://github.com/driftyco/ionic2/issues

This is where we are currently developing it. Thanks!

Also we released alpha version 2.0.0-alpha.32 today, please refer to the conference app to see what changes need to be made and make sure to update the latest CLI. :smile:

Oh that’s ionic 1 where I opened it accidentally

@romanornr you did not receive any error when doing “ionic io init”?

Here what I had:

C:\Development\ionic2\ionic-conference-app>ionic io init

TypeError: Cannot read property ‘then’ of undefined
at Object.run (C:\Users\david\AppData\Roaming\npm\node_modules\ionic\lib\cli.js:135:14)
at Object. (C:\Users\david\AppData\Roaming\npm\node_modules\ionic\bin\ionic:9:10)
at Module._compile (module.js:434:26)
at Object.Module._extensions…js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:475:10)
at startup (node.js:118:18)
at node.js:952:3

Cannot read property ‘then’ of undefined (CLI v2.0.0-alpha.23)

Your system information:

Cordova CLI: 5.3.3
Gulp version: CLI version 3.9.0
Gulp local:
Ionic Version: 2.0.0-alpha.34
Ionic CLI Version: 2.0.0-alpha.23
Ionic App Lib Version: 2.0.0-alpha.22
OS:
Node Version: v4.1.2

@romanornr you can forget the previous post. Just deleted the ionic framework node_module and downloaded the latest one available (version 35).

I was able to execute “ionic io init” and can see my app in Ionic view. Though, can’t download the file! Have you already seen that issue before? If so, how did you resolve it?