Could not resolve all dependencies for configuration ':_debugCompile
@sjerd wrote: Hey, i'm getting this error after grabbing my application on a different machine from git. I'm sure i installed all Extras from the sdk manager. installed all sdk's from 17^ since that's...
View ArticleRequesting Permissions at Run Time Ionic
@houssem2101 wrote: In Android Marshmallow users grant permissons to apps while the app is runing,not when they install the app so how to check and grant Permissons at Run-Time in ionic ? Posts: 1...
View ArticleHow to access @Page members?
@mpaland wrote: Taking the ionic2-starter-tabs example and giving page1 a member: @Page({ templateUrl: 'build/pages/page1/page1.html' }) export class Page1 { data: string; constructor() { this.data =...
View ArticleMultiple ng-repeat
@mohit6210 wrote: Hi, I am trying to dynamically show list cards using 2 seperate arrays where after every 3rd element of first array I want to show one element from the 2nd array. I have played...
View ArticleWhat is error with Typescript?
@dileepyadav wrote: IonicError.PNG798x534 27.1 KB Still program running fine ? Would you explain ! Posts: 1 Participants: 1 Read full topic
View ArticleCollapsible menu
@nikolas27 wrote: Hi, how can i add a collapsible menu? thanks in advance Posts: 2 Participants: 2 Read full topic
View ArticleIonic 1.x and 2.x in the same machine
@chrisbenseler wrote: Is it possible to run in the same machine projects with ionic 1 and 2? I have an OS (Mac OS) with Ionic 1 set up (Cordova 5.1.1, Ionic 1.2.4, Ionic CLI 1.7.14) and I want to run...
View ArticleChange Order of Back- and Toggle-Button
@William_Wallace wrote: Continuing the discussion from Change order of items in nav-bar: I try quite the same as xMarston and it does not work. I like to have the back and the toggle-button on all...
View Article"ionic share" error with ionic 2
@guillaume_r wrote: When i try to share an app with the command ionic share, i get an error : Error: Cannot find module './project' at Function.Module._resolveFilename (module.js:337:15) at...
View ArticlemenuToggle icon is hidden on child view
@acxsimon wrote: I'm using ionic 2, menuToggle icon appears fine on my homepage, when I navigate to a child page the back button shows and menuToggle icon disappears, I set hideBackButton in...
View ArticleData storage in ionic 2
@bishalpaul1995 wrote: What are the local (in app) data storage options in Ionic 2 Posts: 1 Participants: 1 Read full topic
View ArticleIonic-view delay when change state or navigate to another page
@William_Wallace wrote: Hey there,I am using the videogular-Player for playing audios and videos in my ionic app. http://www.videogular.com/ There is one View (PlayerTemplate.html) and one Controller...
View ArticleSQLite opening DB on app.js and using in controller.js
@GabrielBarreto wrote: Hi, i'm using this tutorial to help me with SQLite: https://www.thepolyglotdeveloper.com/2014/11/use-sqlite-instead-local-storage-ionic-framework/ So here's my question:Do i...
View ArticleHow to set the default date value for input type=date
@shmu80 wrote: Can anybody give me some advice on how to set the default value for input type=date? I try many different kind of sample date ('1975-12-6', '12-6-1975', new Date(1975,1,1)), but it...
View ArticleGulp or Webpack on Ionic 2?
@chrisbenseler wrote: Does Ionic 2 use gulp or webpack to bundle assets? I can't understand what's happening in a project Iḿ working in. It was working ok with these settings: Cordova CLI: 6.0.0Gulp...
View ArticleBlank Screen on Blackberry 10
@LordRahl001 wrote: I deployed the ionic conference app on my bb z10 and am getting this error.TypeError: undefined is not a constructor (evaluating 'new exports.Map()') Anyone else getting...
View ArticleUI-Router duplicate insatnce with different parameters
@olegsh wrote: Hi, I have noticed that, whenever a $state.go() is applied to a state with parameter in UI-Router, a new instance of DOM/directive/module/controller are being created. For example:...
View ArticleIonic 2 keyboard not showing on input interaction
@spencerJS wrote: Having a weird issue where the keyboard does not show up when you click in the input field of the emulator. Keyboard shows up just fine on the device....anyone having this issue?...
View ArticleMultiple views in a single page show only last
@ElSushi wrote: i'm getting started with Ionic, and i'm training myself with the multiple views. But i have a little problem, here's the code: Here's the index.html file: <html> <head> ......
View ArticleMobileFirst Integration with Ionic2
@soledad wrote: Dears, Is there any guideline on how to integrate ionic 2 with MobileFirst? Appreciate your support Posts: 1 Participants: 1 Read full topic
View Article