Gradient progress bar
@helema22 wrote: I have a progress bar in my App and I want to display gradient in progress bar. Could you give me a clue to make it . I am not good at Css and ionic2 html <div...
View ArticleIonic CLI update to the latest version (3.7.0 => 3.9.2) fails
@Treppaoli wrote: When I try to add a plugin ionic cordova plugin add <plugin_name> asks me to update Ionic CLI to the latest version, but as I try to update fails with this error: An error...
View ArticleProgress bar gradient ionic
@helema22 wrote: I have a progress bar in my App and I want to display gradient colors in my progress bar.Could you please give me a clue . p.s. I am not good at Css. html <div...
View ArticleIonic cordova build browser --prod --release
@asterixzzz wrote: Has anyone found documentation or CLI help on how to build for browser in production? There seem to be official commands only for iOS and Android, not for Browser as platform. Is...
View ArticleHow to play local video in ionic 3.7 on windows 8 mobile?
@msmilkoff wrote: The project was migrated to electron for better windows 8 mobile compatibility (everything breaks otherwise). I’ve seen workarounds and cordova video players, but for android and iOS...
View ArticleCordova is not a valid task googlemap native
@naumanahmad17 wrote: i am trying to install googlemap native using the following command. sudo ionic cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps...
View Article@IonicPage & @Component - how to use both?
@movadee wrote: Hello! I am setting up a project with lazy loading and dynamic links. I am finding documentation on IonicPage somewhat confusing. I’ve tried few options I had in mind for metadata, but...
View ArticleUpdate data on a page without refreshing
@flycoders_sourav wrote: I’m trying to do update data on a page without refreshing.when insert the value from backend and without refresh or reload i want to show my updated data into my app.how can i...
View ArticleMarker cannot be plotted in the google map
@sabarinathen wrote: My code getdata() { this.httpProvider.getJsonData().subscribe(data => { this.addMarkersToMap(data); // console.log("mmm",data); }); } addMarkersToMap(markers) {...
View ArticleError adding cordova platform android
@KemalEmir wrote: Hi, Im getting this error while adding android cordova platform . Screen Shot 2017-08-21 at 13.38.13.png885x228 27.4 KB And this is my ionic info output: Also im getting error some...
View ArticleError ionic 3.9.2 / Deploy
@ProjetPOS wrote: Since 2 days, i can’t use deploy to update my app ? can you help meplease Capture du 2017-08-21 13-11-35.png843x317 52.4 KB Posts: 1 Participants: 1 Read full topic
View ArticleIonic upload not working
@KemalEmir wrote: Hi, When i typed ionic upload, i got this error output: Emirhans-MacBook-Air:deneme_notification emirhankosem$ ionic upload [INFO] Running app-scripts build: [14:06:19] build dev...
View ArticleComponents/components.module.ts
@bogomipsio wrote: Hello, I have noticed the now ionic cli does not generate anymore a module inside the folder of the component(but even pipes, providers, etc) it generates instead another module out...
View ArticleCalendar for Ionic App
@Vartex05 wrote: Hi iam woking on an App, that displays shifts for employees, so i need to have calendar with events in it. So far i was searching and i found two usable components - angular 4...
View ArticleIonic keeps asking for sudo permission
@daxdax89 wrote: So as title says, since recent updates, ionic keep asking me for permission about everything. I can’t even save files anymore with Atom bcs of this issue. every single command in...
View ArticleTypeError: Cannot read property 'content' of undefined
@yasirpanjsheri wrote: I have a config file throwing error when only building with AOT --prod Error: ./src/config/.env.ts Module build failed: TypeError: Cannot read property 'content' of undefined at...
View ArticleUsing fileChooser to pick a file from google drive and download it to local...
@shahramfr wrote: Hi, Someone knows how to pick a file from google drive? I want the users can download a file from google drive using filechooser and also copy it to a local folder. as you know...
View ArticleIonic 2 Cors problem
@Kielblock wrote: Hi I am having a problem with Cors. I want to port my ionic 1 app to ionic 2, but I am having issues with the Http requests. When i use angular/http i run into cors, but the ionic 1...
View ArticleProblem with provider's object with inAppPurchase2 plugin and ionic events
@Stanislav wrote: system info OSX Sierra 10.12.05 Device: iPad 2, iOS 9.3 Plugin Version: 6.1.2 global packages: Cordova CLI : 7.0.1 local packages: @ionic/app-scripts : 2.1.3 Cordova Platforms : ios...
View ArticleI can't reduce the SplashScreen Time
@temohpab wrote: I tried everything… Changing in the xml, in app.module.ts, but nothing works, the program always takes about 10s loading… I don’t know what to do This is my config: <preference...
View Article