Autosize grid fullscreen
@RobertLinde wrote: Hi, for my latest app I got this screen: .html: <ion-header> //code </ion-header> <ion-content padding no-bounce> <ion-grid class="grid-full">...
View ArticleLoading of content to the list with iteration from php echo
@lado wrote: I’m trying to load with constructor names for dynamically generated buttons from list public names: any = []; by number this.nmb, generated this way: name.ts NamePage: name() { this.names...
View ArticleIonic page - template inheritance
@itzik wrote: Hi ionics, I want to use inheritance in pages. In all searches I made, I can only see examples of pages inheritance which demonstrates reuse of the base page ts class code, in the child...
View ArticleError error error
@jamesharvey wrote: error error error Please remove this post Posts: 1 Participants: 1 Read full topic
View ArticleIonic angularfire2 child_added how to implement in ionic
@irfan0786 wrote: i want to implement it child_added some one help me please. listRef.on(‘child_added’, function(childSnapshot, prevChildName) { // do something with the child }); Posts: 1...
View ArticleIonic menu - best practices
@kolner wrote: Hello everyone! We are building a web app for Industry 4.0. The app has to provide an incorporated side menu like this menu.jpg720x1480 67.6 KB We cannot find an appropriate solution...
View ArticleCan build android when install ionic/google-maps
@danial060696 wrote: Hi, i got these kind of error when want run android after install ionic native google maps. I have no idea what error is about since im new to these. Hopefully any senpai can help...
View ArticleTo retrieve data from prebuild external sqlite db
@remilkr wrote: Hi friends, I have created a sqlite database using DB Browser… This db is working in android studio… but i need to fetch datas from this db into IONIC3… How can i do it?? Someone...
View ArticleMy project is slow
@lgarciasbr wrote: Hi, my app don’t respond well when I “tap” on buttons and links. I read some article about that but I can’t find the problem. I need some suggestions. Posts: 1 Participants: 1 Read...
View ArticleAdd card.js to Ionic v3
@obinnae wrote: Anyone know how to integrate card.js to an Ionic v3 app? The app already uses Stripe Elements to display the credit card form. I just want to include card.js to show a preview of the...
View ArticleBest way to OAuth without InAppBrowser
@ajosmoreno wrote: I made a OAuth service with InAppBrowser but when I tried to apply for production, Dropbox rejected my app because I’m using InAppBrowser because Google doesn’t allow apps using...
View ArticleHow to retrieve existing sqlite db in ionic 3?
@remilkr wrote: Hi friends, I have created a sqlite database using DB Browser… This db is working in android studio… but i need to fetch datas from this db into IONIC3… How can i do it?? Someone...
View ArticleHow to ExtendComponent
@pintodoido wrote: @Injectable() export class ModalPintoDoido {} Posts: 2 Participants: 2 Read full topic
View ArticleWhite screen after splash image before home page loads
@lado wrote: Hello, On android device splash screen with splash.png from resources loads with loading animation, then appears white screen for longer then splash screen, before home.page loaded. How...
View ArticleBasic app that loads and displays links
@thisisbryce wrote: I’ve started building my first app with Ionic, and it’s fairly straightforward. It just needs to display a few links that open a few websites within the app. I need to have the app...
View ArticleExecution failed for task ':transformDexWithDexForRelease'
@athlona64 wrote: :transformDexWithDexForRelease FAILED FAILURE: Build failed with an exception. What went wrong: Execution failed for task ‘:transformDexWithDexForRelease’....
View ArticleApplication Crash
@marcusaaronb wrote: Issue: java.lang.OutOfMemoryError: Failed to allocate a 1048588 byte allocation with 985648 free bytes and 954KB until OOM Posts: 1 Participants: 1 Read full topic
View ArticleUpload Image Ionic 3
@rafaelmoura wrote: How to do to upload image in Storage and add in item in Database upload image.png1006x403 21.3 KB my upload.service.ts save(fileUpload: FileUpload) { const storageRef =...
View ArticleIonic 3 Search from PouchDB or CouchDB
@mesk80 wrote: Hi, I need to connect Ionic3 to PouchDB/CouchDB database and will perform the searching from that database in Ionic frontend. What’s the best way to achieve this? Any help mostly...
View ArticleIs it Mandatory to have selectore when we use templateUrl in Ionic 2
@vishwaprasad123 wrote: I am having this code @Component({ selector: 'page-home', templateUrl: 'home.html' }) When i commented selector property this will give No template specified for component...
View Article