EddyVerbruggen / nativescript-pluginshowcase

An app I'm using to showcase a bunch of NativeScript plugins (also in the appstores!)
https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1281334006
MIT License
175 stars 48 forks source link

webpack copy missing for tablet? #35

Open mircobabini opened 4 years ago

mircobabini commented 4 years ago

Hey, just got my app refused on apple store because of this issue: screenshot

Seems like the lazy loading of the app.tablet.css works great except when building for release. Pretty sure it's related to webpack copy of that file but really don't know how to fix it. I found this other issue but it took me to a missing resource on nativescript docs.

Any hint?

mircobabini commented 4 years ago

Oh, I see that the implementation is from your NativeScript blog article :) https://nativescript.org/blog/tablet-support-for-nativescript-with-angular/