Skip to content
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

Feature: iOS add support for Custom User Interfaces implemented in Cordova #20

Open
dlanthier-mac opened this issue Aug 14, 2015 · 2 comments

Comments

@dlanthier-mac
Copy link
Contributor

We should implement plugin support for custom screens. The screens should be implemented in Cordova, and be customizable.

https://electricimp.com/docs/manufacturing/sdkdocs/iossdk19/custom/

@sdouglas-macadamian
Copy link
Contributor

For custom interfaces, I think the main thing we'd need would be to expose API calls to Cordova to start the blinkup with a given ssid & password. Then the developer handles getting the SSID and password, caching it if they want, and presenting the UI for it all in Cordova.

The only thing they wouldn't be able to customize with that approach would be the image shown for the countdown, which we could use a different mechanism to customize.

@dlanthier-mac
Copy link
Contributor Author

Yup, this is an issue for later, not for the first release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants