-
Notifications
You must be signed in to change notification settings - Fork 413
Chrome Dev Editor not workin. #4096
Comments
Stopped working in Chrome OS as well, 64.0.3282.190. When you open the app, does it just show spin icon? |
Yes
…On Tue, Mar 13, 2018, 10:54 PM bigriff ***@***.***> wrote:
Stopped working in Chrome OS as well, 64.0.3282.190 .
When you open the app, does it just show spin icon?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4096 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKpcs6vAYLogNo1cnc_k9wt4FNGS7_Q7ks5teLCXgaJpZM4R4dei>
.
|
I used a old chrome version and it works fine. I think the latest update some how crashed something. |
Chrome Dev Editor is my favorite Code Editor on Chrome OS. There are plenty of Javascript Apps that I've been develop with it. Sad it's not working anymore :( |
Is there anyway we can patch this issue ? |
I'm trying to get the log but I can't figure it where does it stored. Seems /var/log only shows android apps logs |
I have taken it upon myself to fix this issue because I love this app and do not want it to see the same fate as arc welder |
@nmcain Yeah, ARC Welder was amazing when it came out. It's a shame that it's no longer with us. |
@nmcain do you find a fix though? There's actually a good alternative called Quantum https://chrome.google.com/webstore/detail/quantum/hmnlklahndgbhdoclhdnoafhafbhmnkm |
I found a fix: I removed the code for the loading screen because the chrome update removed the function where the loader goes away when the page is done loading. |
@nmcain Nice, could you point to us where the loading screen code is? Thanks |
@nmcain Well done yes please tell us where we need to do the change? |
I assume it is in the spark.dart file, but is there any way to contact the
original developers?
…On Tue, Apr 3, 2018 at 12:43 AM, Roshan Lakmal Elvitigala < ***@***.***> wrote:
@nmcain <https://github.com/nmcain> Well done yes please tell us where we
need to do the change?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4096 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR0yHK0PzNHgYeNGT7IdIUYor3S7W2hdks5tkygkgaJpZM4R4dei>
.
|
@rafi16jan Quantum looks cool, but it's ChromeOS only? I'd like to use the same IDE on all my development platforms... |
@nmcain Nice find! The Google Archive account says "All projects here are completely frozen, though feel free to fork and continue using them on your own." Want to create a fork that removes the loading screen code? |
I wonder if the code can be used to make a decent Flutter based IDE. |
I understand that this thread is almost two months old, but it's still open, and I don't see a definitive solution. So.. I'm pretty naive when it comes to big projects like this.. I understand most code languages, and I'd love to be able to use Chrome Dev Editor. I've read through this thread a few times, as well as the spark.dart file as @nmcain mentioned, but I can't seem to find the correct portion of the code to delete or edit in order to remove the loading screen, which is what the majority of this thread seemed to accept as the solution. However @darthwalsh also mentioned it may be a good idea to create a fork that removes the loading screen code. If that exists, then a simple link to the fork would be great to see. Best Regards - Richie |
I also have the issue.The DevTools Log shows:
|
I just found CDE and became interested in development for Chrome OS. Won't work in Chrome 67 on Linux either :( |
Chrome Dev Editor was cool while it worked, but there's a few other tools you can try now: If you have a new Chromebook and want to try some new dev-channel features, the new Linux app feature would let you use linux tools for web development: https://www.xda-developers.com/apollo-lake-chromebooks-acer-asus-lenovo-dell-linux-app/ One other way to develop on a Chromebook is to use the Android app support to run Termux through a bash emulator: https://blog.lessonslearned.org/building-a-more-secure-development-chromebook/ |
@darthwalsh |
@nightsky30 yeah you're better to develop Android Apps than Chrome Apps now, it will be deprecated in favor of Desktop PWA (but extensions still available). But if you're already know web development you should just start develop with PWA frameworks like Polymer, React, Vue, etc.. It works on every browser and OS or even you can put it on a WebView |
@rafi16jan cool, thank you. I'll try looking into PWAs instead. |
I have gotten it to run on windows with nw.js 0.25.4, which uses an older version of chromium from before the security update that broke CDE. It works completely. I will upload a google drive link ASAP. While I am at it, I will try to fix that transparent menu. PS It works on crossover on Chrome OS |
@nmcain Android CrossOver or Linux CrossOver? And CrossOver only works on Intel based Chromebooks... |
@nmcain Hello. Could you please point me in the correct direction to where that to-be-deleted code is? I am on windows, so linux or chrome-os alternatives are not an option for me. Thanks |
Yeah it turns out it was not a code problem, it was the fact that it used inline scripts or something to violate the chrome security policy. But there were issues in the loading screen and the /deep/ combinator. Nw.js does run on windows, and I have packaged an installer for windows, If you want it I will put it here. |
Yes please @nmcain |
|
Thank you! |
I'm on Chrome OS and I figured out a way to inspect an app. What code do I delete? |
No code really, I thought it was that issue, but it is actually the chrome security policy. On windows, I would recommend the Google drive Link I posted with an old build of nw.js |
Ah, I see. I guess there's no hope for Chrome OS users, then. |
The application does not load. You have been in the charging screen for a long time. |
Unfortunately, no. It is no longer under development, you could fork it and attempt to fix all of the security issues yourself, but this has got to be the second most irritating code I have ever looked at. |
As soon as I finish my personal projects, (Or get bored), I will make an attempt to have it pass the content security policies. |
now i have to use Text editor my repo |
Hey guys, I may have found a fix. Maybe.
|
That might work! CSP has changed a lot since v64, though. |
Chrome Dev Editor is not working in the latest Chrome update version.
Version 64.0.3282.140(Official Build) (64-bit) both Windows as well as Mac.
The text was updated successfully, but these errors were encountered: