Ngx-editor not working ios
@darshan wrote: https://www.npmjs.com/package/ngx-editor text area not working in ios can you please help me Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4, Android 5.1.0 Styles
@mflmartin wrote: When I compile for Android 5.1.0, with polyfills uncommented in src/polyfills.ts, (otherwise it does not even load), the styles are all messed up. I suposse it is because of the...
View ArticleCORS issue whith mpaisa
@Harikag wrote: Screen Shot 2019-04-25 at 7.09.03 PM.png981×178 46 KB var...
View ArticleNgx -editor
@darshan wrote: <app-ngx-editor [config]=“editorConfig” [spellcheck]=“true” formControlName=“productLongDesc” [(ngModel)]=“ProductDetails.productLongDesc”> text area not working in ios could you...
View ArticleIonic 4 dynamic templates (browser / app)
@jriera wrote: hello, i’m mading my first ionic 4 project for browser and app, and my problem is that the design is very diferent between browser version and app version. My solution is to use a Gulp...
View ArticleHow to calculate the value of the colors 'shade' and 'tint'
@alain23 wrote: Good morning everyone and thanks for answering, I am using Ionic 4 and I know that the way to declare new colors is different from Ionic 3, and I also know that there is an online...
View ArticleHow to install Ionic 3, and which subversion to get
@rnmr wrote: I want to use Ionic 3, but the command in the documentation installs ionic 4 How to revert this? And which version of the Ionic 3 framework is the latest? Posts: 2 Participants: 1 Read...
View ArticleHow to redirect from v3 url with hash to v4 new url with NO hash
@shinjipista wrote: Hi there! I have my personal project using Ionic v3 which has been published in web, ios, android and have some users. Recently, I’m upgrading my app from Ionic v3 to v4. In...
View ArticleCannot load gulp: Error: Error in module
@silu44 wrote: Hello , when run ( ionic serve ) this error appears but my app serve normally [v1] [18:28:44] Cannot load gulp: Error: Error in module: .\gulpfile.js: [v1] Error: Cannot find module...
View ArticleHow to automate build and deployment process in ionic for both Android play...
@giteshpatil wrote: I have tried gulp tasks to build an app with different flavors like name, packages, theme, etc. But what I need is a process which will do these tasks as well as make a release...
View ArticleIonic 4 native Device plugin returns device uuid null on platform browser
@tauqeerhaider wrote: By running ionic cordova run browser device uuid is null as Device object is empty on browser platform. Device info should be there as it supports browser platform like platform:...
View ArticleDuplicating when closing when reopening app
@jonathan82 wrote: listarAgenda(){ let prontuario = localStorage.getItem('matricula') ? localStorage.getItem('matricula') : sessionStorage.getItem('matricula'); return this.dbapp.getDB() .then((db:...
View ArticleError in receiving JSON object from API (watch screen capture)
@Fares95 wrote: Hello , i have an issure after i used api to connect my application with ionic Capture.PNG1570×807 110 KB here my ts addRgister(){ let body = { cin: this.cin , fullname: this.fullname...
View ArticleIonic Segments - Components and - OnDestroy
@helpmelearn wrote: Add in a ionic segment to one of our screens to handle all the data. Now two sides. The page that already existed had different components and some of those components used...
View ArticleSupporting LastPass and other password managers
@bob_dankert wrote: Currently when trying to use a password manager such as LastPass with my ionic app login interface, it is using “localhost” as the domain for remembering my credentials for the app...
View ArticleCordova plugin Google-Maps 2.6 compile error with AppFlow
@lawrenceham wrote: Hello All, Just ran into this problem today: Task :app:compileDebugJavaWithJavac FAILED me/app/platforms/android/app/src/main/java/plugin/google/maps/PluginPolygon.java:143: error:...
View ArticleHow force Ionic 4 back button to always goto a certain Page from selected pages
@peterjc wrote: I am porting my Ionic 3 app to Ionic 4. I have switched over to using the new routing, with lazy loaded modules etc. I have a side menu where I can select my main pages from any other...
View ArticleHow to use a promise value for an array filter method?
@KioMio wrote: I need to return the boolean result of a file readAsText promise to an array filter method. The promise returns the correct value, based on the inputs. But I do not know how to get a...
View ArticleIonic 4+capacitor+video capture fails
@akhilavipin wrote: I want to captured videos while clicking a button in my ionic4 app tried installing npm install @ionic-native/media-capture. it is not working .any help please. Posts: 1...
View ArticleRouting inside the tabs in Ionic 4
@shubhamvo wrote: I am trying to create the route inside the tabs. But I am not able to implement it. I have created the component inside one of my tab and I want to navigate to that component. Below...
View Article