chrome-app-codelab icon indicating copy to clipboard operation
chrome-app-codelab copied to clipboard

The goal of this tutorial is to get you building Chrome apps fast. Once you've completed the tutorial, you will have a simple Todo app. We've done our best to capture some of the trickier parts to the...

Results 11 chrome-app-codelab issues
Sort by recently updated
recently updated
newest added

I have a react application with multiple tabs, in each tab we can add one or multiple highcharts. Once we reach the third tab, the application becomes very slow, took...

## Summary ## Motivation ## Describe alternatives you've considered ## Additional context __Originally posted by @NutthaponSmart in https://github.com/atom/atom/issues/21991__ __Originally posted by @NutthaponSmart in https://github.com/GoogleChrome/chrome-app-codelab/issues/12__

## Summary ## Motivation ## Describe alternatives you've considered ## Additional context __Originally posted by @NutthaponSmart in https://github.com/atom/atom/issues/21991__

I couldn't get things to work the way they are described in the second part of lab8, so I decided to just run the clone of the code here, and...

This link in the README is dead: http://developer.chrome.com/trunk/apps/app_codelab.html

The chrome App doc site can be found https://developer.chrome.com/apps/about_apps

Noticed missing semi-colons on return statements which evolved into editing for removal of whitespace and changing implicit semicolon usage to explicit semicolon usage.

This way the last character typed is included in the saved state. Currently only the previous n-1 characters are saved, so after a restart the input value is missing the...