-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blank screen in android #51
Comments
Hey @racknoris , seems something is wrong with your setup. I would suggest you check thoroughly the files like NG modules, etc. and compare those with the ones in the demo project. |
I have tried a couple of times, it still doesn't work Here are the files I changed from the empty project: items.component.html
My app.module.ts:
also, my package.json:
|
Decided to start from the basis: I use note for future readers: in order to get the 5.0.0 version of the template- |
I found that the problem was Updated package.json that works:
@PeterStaev Should I open a new issue for this? Is it still a support issue or a bug? |
@racknoris , thanks for the details. I was able to simulate the problem on my end when upgrading the angular deps. I will see what can be done. For the time-being you should downgrade NG deps if this is urgent for your project. |
@PeterStaev no problem |
@racknoris , afaik the "supported" wait is to have |
@racknoris I see *edit- closed by mistake |
@racknoris , the new version (5.1) on npm should resolve this problem. |
Ok |
I get a blank screen in Android when trying to use GridView element in an empty project. However, when using
npm run demo-ng-android
, the demo runs perfectly. Also, in iOS it works great in an empty projectSteps to reproduce:
tns create emptyProject --ng
item
folder from the demo to the new projecttns run android
Could it be something with my settings? I was trying to use tns 5.0.0/5.1.0/4.0.0, none worked
The text was updated successfully, but these errors were encountered: