Questions tagged [chromebook]

Chromebook is a Google netbook which runs the cloud operating system Chrome OS.

456 questions
-1
votes
1 answer

How to disable mouse wheel scrolling in Android WebView?

I have a ScrollView which can contain multiple WebViews. I know keeping scrollable view inside another is not the right way but this is the basic requirement for my app. I have disabled vertical scrolling (using setVerticalScrollBarEnabled()) in all…
Vivek
  • 1,823
  • 1
  • 19
  • 39
-1
votes
1 answer

Custom shutdown start menu

I've install Windows 10 on a Chromebook and actually there is an issue about the shutdown, when I shutdown from the startmenu the computer reboot instead of shutdown completely. So I've code a fix in C# and now I've an .exe who completely shutdown…
Zenor27
  • 171
  • 1
  • 11
-1
votes
1 answer

How to print automatically keyboard input in Chrome OS

I am trying to print keyboard input automatically in webpage through java script in chromeOS/chromebook but not getting the desired output. Any suggestions?
Tisa
  • 1
-1
votes
1 answer

chromebook screen stripes pattern under camera only

Wondering if anyone has ever encountered this or has some good advice. I'd appreciate. Namely, while taking a photo of my chromebook screen, I noticed that the image was not static at all as it was when looking directly at the screen. Instead I saw…
Fiona
  • 1
  • 1
-1
votes
1 answer

Autostart chrome app on wake up mainly on chromebook to update its data in background

I am new in dart and want to create a chrome app that should work on Chromebook. I need some data to get updated at particular interval even if app is in background or chromebook has just booted/woke up. Is there any setting or need to do some kind…
-1
votes
1 answer

How to test chrome app in chrome book

Could someone let me know how can a chrome app (without publishing ) is tested in Google chromebook so as to check its basic functionalities?
kv-kesap
  • 1
  • 4
-1
votes
1 answer

Is it possible to create an app for Chromebook that can access wireless connection

Do you know if it is possible to create an app for a Chromebook that is able to access and refresh/change your wireless connection through, say, Verizon?
-1
votes
1 answer

can't right click paste in chrome dev tool

Does anyone know why I can't right click paste in chrome dev tool? When editing as html I can paste in text using ctrl-v but the right click menu doesn't show paste as an option. ??? This is on a Chromebook. Thanks
Joe Bien
  • 27
  • 4
-1
votes
1 answer

Uploading Google Drive document with fine-uploader fails, returns json

After selecting a file on a ChromeBook from Google Drive, the file is saved as a Json string and not with the actual file content. The uploader doesn't produce an error, everything looks fine, until you open the file and it's a simple text document…
Seirddriezel
  • 593
  • 6
  • 11
-2
votes
0 answers

did [ -d "folder" ] stop working or am I crazy!? Testing existence of directory

I was using a simple "if [ -d "/Graphics ]" to set the variable "areGraphics" to yes or no. It was working at first, but after making a few small changes to the code underneath the if statement, it's like "-d" just stopped working, and "areGraphics"…
Garrett
  • 35
  • 2
  • 6
-2
votes
1 answer

How do I get my code to work from a USB on all devices?

I use a USB stick to hold all my code for a concept website I'm creating. I have an issue where all my buttons are anchored to go to a G: drive on Windows. But when I use a chromebook I have, it doesn't classify the usb as a G: drive it gets…
KBest002
  • 1
  • 1
-2
votes
1 answer

I am unable to install visual studio on chromebook

I tried installing visual basic using Linux beta but I got an error message which says! the following packages have unmet dependencies:
-2
votes
1 answer

AWS connect from chromebook

I have a network of Raspberry Pis that I access through a virtual private network on Amazon. The vpn is openvpn. To access the group from a Windows PC I issue the command putty -i my_key.ppk ec2-user@(...ip address) I guess my_key is a public key…
Ian Boag
  • 2,462
  • 2
  • 10
  • 6
-2
votes
1 answer

Am I being Hacked? GalliumOS + Chromium

I am using GalliumOS (Ubuntu 16.04 derivative) and Chromium Browser. In the last week I have been informed by two major websites, Amazon and Coinbase, that the computer I have been using for the last two years is a "new device" and must be…
-2
votes
1 answer

Anaconda Python On Chromebook

I recently installed Anaconda python on my chromebook to utilize python adn test some of my scripts out, but I'm a little stumped of how can I download libraries and import them?
1 2 3
30
31