wearscript / wearscript-android

JavaScript with Batteries Included for Google Glass
wearscript.com
216 stars 55 forks source link

Clear background? #143

Closed jondthompson closed 10 years ago

jondthompson commented 10 years ago

This issue might be me, but I've tried several things and cannot get wear script to send a clear background for the html I'm sending. I'm only using half the screen, and would love to not have a white rectangle where I don't need it.

bwhite commented 10 years ago

Here is an example of how you can set it to black https://github.com/OpenShades/wearscript/blob/dev/android/WearScript%20Glass/src/main/java/com/dappervision/wearscript/BackgroundService.java#L351 in use bgcolor='black'

On Fri, Jan 24, 2014 at 6:09 PM, jondthompson notifications@github.comwrote:

This issue might be me, but I've tried several things and cannot get wear script to send a clear background for the html I'm sending. I'm only using half the screen, and would love to not have a white rectangle where I don't need it.

— Reply to this email directly or view it on GitHubhttps://github.com/OpenShades/wearscript/issues/143 .

jondthompson commented 10 years ago

Ahh. I was trying to set alpha.

Jon Thompson Evolve 515 360 1351

On Jan 25, 2014, at 11:03 AM, Brandyn White notifications@github.com wrote:

Here is an example of how you can set it to black https://github.com/OpenShades/wearscript/blob/dev/android/WearScript%20Glass/src/main/java/com/dappervision/wearscript/BackgroundService.java#L351 in use bgcolor='black'

On Fri, Jan 24, 2014 at 6:09 PM, jondthompson notifications@github.comwrote:

This issue might be me, but I've tried several things and cannot get wear script to send a clear background for the html I'm sending. I'm only using half the screen, and would love to not have a white rectangle where I don't need it.

— Reply to this email directly or view it on GitHubhttps://github.com/OpenShades/wearscript/issues/143 .

— Reply to this email directly or view it on GitHub.