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

integration with ionic #1

Closed
moubert opened this issue Sep 9, 2015 · 2 comments
Closed

integration with ionic #1

moubert opened this issue Sep 9, 2015 · 2 comments

Comments

@moubert
Copy link

moubert commented Sep 9, 2015

I would like to integrate the frontend in ionic , I tried to add

$ionicPlatform.ready(function() {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
if(window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}
if(window.StatusBar) {
StatusBar.styleDefault();
}});

in app.js , in the angular.module('frontend').run....
but it don't work : any idea for integrating it in ionic???? Have I to change something in ui-router?

I know that I will have to change my html and css files for the project , but for index.html I just have what is provided by ionic and I don't have the ionic tab with 'ionic blank starter' as if I begin a blank ionic project

@tarlepp
Copy link
Owner

tarlepp commented Sep 10, 2015

Sorry I haven't done anything with ionic so really I can't tell what is wrong :( I'll try to get some time and build another frontend application for boilerplate using ionic at somepoint - Although cannot promise anything because I don't have much "free" time nowadays. Also you could do that new repo and start there.

But please inform of any progress of your issue.

@tarlepp
Copy link
Owner

tarlepp commented Nov 6, 2015

Closing this one for now. @moubert please report if you have some progress with ionic. I would be very happy to see another frontend solution build with ionic.

@tarlepp tarlepp closed this as completed Nov 6, 2015
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