-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capabilities works fine on the emulator, kills the rest of the page on a real watch #139
Comments
Please post your config.json and custom function. On Sep 16, 2016 4:47 AM, "PeterSumm" notifications@github.com wrote:
|
This is the source code for the project if that helps (it's open source). The problem statements in config.js have been commented out. |
You are initializing clay inside of a ready event (line 539). This will not work. Clay needs that event internally to obtain the capabilities. |
Yep, that fixed it. Sorry, I thought I'd tried that. Thanks for your help. |
The capabilities property seems to work fine on the emulator (from Cloudpebble), but when I run it on my watch the rest of the configuration page is lost after that field. This happens with several different apps, but a much simpler app with an identical config file works fine.
Basalt watch, firmware 4.02, iOS app 4.1
I'll investigate further and add more details if I can.
The text was updated successfully, but these errors were encountered: