Authentication Ionic + Laravel
Ok, if I use return this.http.get(this.api+'causes', options).map( res => res.json()); this is return Error: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only...
View ArticleHow to create a layout like this
i am trying to achieve this layout as ion-card the part where i am struggling is the lower part below the separator. what component should i use which gives me appearance like this? using ion-item...
View ArticleDoes IOS delete WebSQL databases in need of storage space?
I'm wondering the same, any experience to share?
View ArticleBrowser History and Back Button Management
No, it is still a big issue for us. I’ve put it on the back burner for now, hoping it will be resolved. I would think it would be a big issue for anyone using the code for progressive web apps.
View ArticleDoes Ionic not compatible with HTML5 element?
Hi Buckethead, I'm afraid I'm not following the problem. Pasting it straight into a new application I can see everything albeit looks out of place... buckethead.PNG692x274 8.78 KB I'm willing to help...
View ArticleDoes IOS delete WebSQL databases in need of storage space?
It can, along with localstorage / indexedDB. You have a higher chance of it staying around with the native-storage plugin (which falls back to websql / indexedDB on browsers, brilliant for testing)....
View ArticleSide menu in app.html ios transition not working
I have a side menu in app.html and when I click the side menu icon in ios it does not animate properly as shown in the docs. It is not pushing the navbar with it. I can't see why this is happening but...
View ArticleIonic cordova build error
Hello, i have this error when i run the command ionic cordova build since i want to get the apk of my ionic application. it gives me this output: C:\Users\User\Desktop\ionic...
View ArticleIonic cordova build error
It seems as though you are missing the android SDK which is required to build for android. The simplest solution is to just install android studio and that will solve the issue by installing the SDK....
View ArticleIonic cordova build error
Good, i will try your solution and i will come back with the result
View ArticleBrowser History and Back Button Management
Thanks for the info. I completely agree - seems like a big issue for any PWA. Based on the recent commits it looks like the Ionic team is working on this lazy-loading and navigation/routing story....
View ArticleMix panel ionic native build package error
/Users/package/workspace/apps-05d3f7db-143/cordova/platforms/ios/Deventy dev/Plugins/phonegap-plugin-push/PushPlugin.h:32:58: warning: cannot find protocol definition for...
View ArticleNot being able to save and remove from saved itens using storage
Hello, I'm creating an app that shows posts using a JSON. Right now everything is working but I'm trying to create an saved items list, that's my html. <button ion-button clear small...
View ArticleAdding "Authorization" header in get request
I trying let headers = new Headers({ 'Authorization': 'Bearer ' + window.localStorage.getItem('token') }); let options = new RequestOptions({ headers: headers }); return...
View ArticleInstall ionic mac
Please edit your post and use the </> button above the post input field to format your code or error message or wrap it in ``` ("code fences") manually. This will make sure your text is readable...
View ArticleHow to create a layout like this
You don't have to use specific ionic components, you could simply use a table to display the text with the first column having the text right aligned and the second column having the text left...
View ArticleAdding the Validic Mobile Library to Project
Has anyone successfully added the Validic Mobile library to an Ionic project? If so, I would love to chat. Thanks,James
View ArticleAdding "Authorization" header in get request
I could be wrong but that error message doesn't seem to be related to code you posted. Are you sure that code is causing the problem? Can you post the code that is using the observable? The error...
View ArticleMix panel ionic native build package error
Please edit your post and use the </> button above the post input field to format your code or error message or wrap it in ``` ("code fences") manually. This will make sure your text is readable...
View Article