Delete Multiple Item From Ionic 3.3 List
@cjoshi wrote: How To Delete Multiple ion-item From Ionic 3.3 List Using CheckBox Posts: 1 Participants: 1 Read full topic
View ArticleGravatar Addon error
@GrahamLock wrote: I'm getting an error in: .directive('gravatarSrc', [ 'Gravatar',function(Gravatar) { return { restrict: 'A', link: function(scope, element, attrs) { var watchVal =...
View ArticleProblem with secure storge plugin
@teamekalavya wrote: Hi; I am using "ionic-native/secure-storage" plugin for storing the data to local database.As per the code on the plugin it adds as hard coded text 'SS' before a key for all the...
View ArticleError: EPERM: operation not permitted
@vks_gautam1 wrote: due to production app. i came back to node 7.10 and npm 4.6.1 . but now i am getting this error while adding platform android. command-ionic platform add android ionic platform add...
View ArticleIn ionic2, cordova run ioscordova run ios, but when running ionic run...
@rkjhaw wrote: In ionic2, cordova run ios, but when running ionic run ios throwing below error, typescript not recognised. Same code is working correct for Android. cordova run ios -> showing only...
View ArticleIonic Deploy: Error ... (Not a directory)
@mmueller_kb wrote: Some weeks ago I followed this tutorial to implement ionic deploy: https://golb.hplar.ch/p/Hot-deploy-updates-to-Ionic-2-apps-with-Ionic-Deploy It was working fine, but now I'm...
View ArticleAbout Linkedin Cordova Plugin
@Flexsin_World wrote: Not working Linkedin Cordova Plugin, its uses not clearly defined ..i got error ..cordova is not available while also uses in device. const scopes = ['r_basicprofile',...
View Article[Sugestion] Why not separate sass by platform?
@marcoabcf wrote: Hi. I'm Marco and i had the idea of separating Sass in my application by platform and thought that I could also contribute with Native Ionic.The separation of Sass is very...
View ArticleWhy I am not getting inbuilt generated files in ‘www’ folder in ionic app?
@rituvendra wrote: Why I am not getting inbuilt generated files in ‘www’ folder in ionic app? like JS, IMG,TEMPLATE, CSS etc. #ionic-v1plz help C.PNG267x550 13.2 KB Posts: 2 Participants: 2 Read full...
View ArticleMicrosoft JScript Runtime Error in electron+ionic
@juanmiller wrote: Hello I ran this code on another pc on the first one the first one works for me and on a 32bit not Hello I ran this code on another pc on the first one the first one works for me...
View ArticleRequest External API SOAP whit ionic
@erickpisco wrote: Hello guys, i make app and a need request by method SOAP, but having problems.... Captura de Tela 2017-06-02 às 10.34.19.png1366x264 33.7 KB Any idea ? (sorry for my english )...
View ArticleGet code JS as static files in dir
@alnkapa wrote: There is a way to get code JS as static files in dir. Which is obtained after running ionic serve?To run with nginx. Posts: 1 Participants: 1 Read full topic
View ArticleERROR IONIC 2
@danillo10 wrote: Runtime ErrorError in ./ConfigPage class ConfigPage - caused by: Cannot create property 'buttons' on string 'action-sheet' <ion-item>...
View ArticleError loading external js library
@djmaxisauce wrote: Hi, Im including the google cast external javascript library. When I run with ionic serve it works good, but when I run the app in the phone, the library is not loaded. Debugging...
View ArticleGlobal plugin @ionic/.... has an update available
@kabeza wrote: HiI've finished re-installing nodejs, npm, cordova, ionic, etc. and am getting the following notice when calling ionic -v Global plugin @ionic/cli-plugin-proxy has an update available...
View ArticleIonic 3 very slow to go from splash screen to app start
@chrischarlton001 wrote: I've recently upgraded from Ionic 2->3. My spash screen used to hang around for around 3-5 seconds before the app opened... now that wait is around 12-15 seconds. In the...
View ArticleIonic 2 and MySQL database
@garusan wrote: I'm developing a new app with ionic2 with MySQL database.I need to know how can I get and post data from ionic list input to a database table?need your help.thanks in advance Posts: 1...
View ArticlePassing object with ion-segment
@ghostrunners wrote: I'm trying to pass an entire object when an ion-segment-button is selected. But the [attr.] isn't a known property of ion-segment. I find that I can do it so by using the json...
View ArticleFollow the basic instructions
@Baytukalov wrote: I am trying to set up ionic for the first time on my windows 10. I follow the basic instructions here - http://ionicframework.com/getting-started/I created a starter app:ionic start...
View ArticleKeyboardEvent : How to correctly identify the key pressed
@RohinMohandas wrote: I have a requirement to identify the key pressed on the android/iOS keyboard. This was achieved successfully using (keyup) event on the input field. But, the keyCode (or even the...
View Article