Migrate from cloud to pro: local builds fine, push to master build fails
took me all night but I found it: The migration walk through states you should use ‘git add -p’ while it should be ‘git add *’ pfffff
View ArticleHelp me help me . i need a function get save json into sqllite database
yep. i have create it. but i want to save json from server into database
View ArticleAdd data to nested JSON object file
this.createusers.push({ something: yourValue, anotherSomething: yourSecondValue });
View ArticleHelp me help me . i need a function get save json into sqllite database
@nguyentrunghieutcu This case you have to define SQLite table data structure according to json data field. Here is demo code of SQLite Query structure in ionic, First, you create table according to...
View ArticleIonic iOS status bar
Hello, I just started developing with Ionic and Cordova last week so I have the latest and greatest for plugin versions. I am running into this issue here, not just in the browser view but when I...
View ArticleAdd data to nested JSON object file
in the case of my nested JSON object, how do i access, for instance, date of birth? do i put straight away date: credentials.dob?
View ArticleAdd data to nested JSON object file
this.createusers.push({ something: yourValue, anotherSomething: yourSecondValue, nestedSomething: [{ nested: yourNestedValue, anotherNested: anotherNestedValue}] });
View ArticleIonic: Error received when running Ionic cordova build ios
to leave the headache the only way i found it, that is to create a new project then transfer all your files into the new one that fine and everything will work perfectly… cheers.
View ArticleThe dragmove event is terminated
i use interact.js(https://github.com/taye/interact.js) to drag UI elements. some phone is ok,but on samsung note5\s6,the dragmove event is terminated by something. The weird thing is that horizontally...
View ArticleBlack Screen in Swipe-able Tabs
Capture.PNG315x553 3.92 KB Could any one please tell me why this type of black screen comes with the swipe-able tabs in iOS devices? There is no issues with the android version. Thanks and Regards Anand
View ArticleHelp me help me . i need a function get save json into sqllite database
You can say more in detail insert json to database
View ArticleChange Detection on Directive Crash
Any update here? I am also having problems with parallax header and lazy loaded pages…Any solution?
View ArticleIonic cordova run android build failed, when I add cordova-plugin-googlemaps
have anyone an idea in this issue?
View ArticleIonic CLI doesn't run gulp tasks on ionic serve
In an ionic 1 project I had recover I also had to modify the package.json moving “gulp” from “dependencies” to “devDependencies” section to activate gulp tasks…
View ArticleIn one project function for create pdf and download not work in another...
what type of project created “super” or “blank” ?
View ArticleSplashscreen freeze sometime
my application when ionic cordova run android --prod my application freeze splashscreen sometime anyone solved this problem
View Articlethis.platform.registerBackButtonAction doesn't work
“in any event back button is close the app” Its obvios why the application is closing all the time. { this.rootPage=Welcome; this.platformbegin(); //<- ! } You are initializing the function when...
View ArticleCould not download PDF from base 64 data from web service . Why?
instead this one anespa: Hi Sathasivam, I changed my code some bit as follows getOwnershipCertificate(lb, bid, reason) { this.certificateProvider.getOwnershipCertificate(lb, bid, reason) .then(data...
View ArticleBlack Screen in Swipe-able Tabs
Just a small input maybe it helps you. I’ve exp this stuff aswell it turned out that my CSS and HTML were faulty, you should just try to remove all the HTML files for the contacts as example and just...
View Article