Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@fyroc I'm currently trying datepicker in Electron from one example. It fucking work in normal browser but not in Electron. Done with the jQuery thing still not working... No idea whats the reason no error in console nothing even jQuery is working but not for thay datepicker
-
Yea, I've done that. I think the problem is with other dependencies.
Tried one click example it's working fine. But something is wrong with datepicker... It's just not popping up lol -
Nvm, got ng-flat-datepicker. But, still don't know why that example is not working tbh...
-
Even, i had one problem yesterday about slow rendering for angular solved using normal for loop... Fml
-
@fyroc can you help me for one thing? Electron with AngularJs is good? or should I go for other library/framework?(I'm using MongoDb).
-
fyroc58758y@lazysnail Angular is great for Electron. Check this out.
https://github.com/baseljs/basel
This is a framework using SQLite but should be easy to implement mongodb -
@fyroc I just tried packaging the app its fucking big.... 80MB...
And even it didn't took CDNs which i used(don't know it should take or not) or I have to add them all manually? -
fyroc58758y@lazysnail Electron apps are always going be huge. I think the smallest I got was 35mb. Remember that it's basically a mini node web server.
-
@fyroc I think I'm doing something wrong or maybe the whole idea is wrong lol.
I have REST api(node and express) and I'm using that to fetch results from mongodb. But after packing why it's not working or I've to do other thing to make it work? -
@fyroc Solved that after 3damn hours, don't know why but packager didn't took one dependency so I put manually. It's working fine now.
But, I'm thinking I'll build this in Angular2. And Thank you very much for answers and suggestions, i really appreciate that.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
tommy15Right now someone at Google is coding something useless for us to laugh at on April Fools.
Trying jQery in Electron = Disaster....
undefined
4hoursgone
fml
not working