@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 ArticleHow to set tabbed as a root page?
@wizofe wrote: Hey everybody, newbie question, please be kind I am trying to build an app for my sister’s wedding while learning JS, Angular and Ionic. I created a blank project with ionic start and...
View ArticleSetting Popover Position after a Delayed Promise Resolution
@azurvii wrote: I’m having trouble getting the popover at the right place after a delayed Promise resolution. My code is below, which is hooked with a click event of a button. The popover popped up at...
View ArticleIonic 2 BETA run help
@MrShakes wrote: I recently received an Ionic 2 BETA source code from a client who wants me to work on it. However the source code is different in that there’s no “src” folder, the “app” folder meant...
View ArticleScrollable view with top menu's inside ion-tabs
@danang_io wrote: Can anyone know how to implement scrollable view with topbar menu’s inside of ion-tabs? Please share, if anyone know that. Thanks for your help before. Posts: 1 Participants: 1 Read...
View ArticleAPKSigner Warning
@SD1985 wrote: Hi All, I am trying to deploy my app and have been running all the steps as indicated in the deployment guide. When I run the apksigner to verify the signature I get a warning....
View ArticleIonic view tests
@demidovitchrusso wrote: How do i test native plugins with ionic view, diagnistics to check if the device’s location is active or does not work with ionic view on my phone. Is there a way to test...
View ArticleHow to upload an image from the gallery/camera to a SQL server?
@vmahendru wrote: How to upload an image from the gallery/camera to a SQL server? Posts: 1 Participants: 1 Read full topic
View ArticleIonic cordova build android fails
@Sky007 wrote: I am trying to run ionic cordova build android but its failing with below error: PS C:\Users\Dell\Desktop\recipe> ionic cordova build android ? The Ionic CLI (local version) has an...
View ArticleStop playing audio when going to background
@arlevi wrote: I use cordova-plugin-nativeaudio and: platform.ready().then(() => { this.backgroundMode.disable(); }); Still, when going to background - audio keeps playing - how can I stop it ?...
View ArticleHelp me decide Database and Backend service
@amin9 wrote: There are huge number of choices for everything: Databases, frameworks, services bla bla bla. And they are options but not exact alternatives. Hard to choose the appropriate one. My...
View ArticleHow to get tabs as well as Side menu for starter template
@mahi24nitk wrote: How to get tabs as well as Side menu for starter template.when i am doing manually i am getting problems so i want to know is ionic 3 providing tabs as well as side menu Posts: 2...
View ArticleKeyboardEvent not working in Android
@binhnt0531 wrote: I write a function using KeyboardEvent to let a input only allow number and BackSpace key. When I test in ionic serve or ios, it worked. But when I test in Android its not working,...
View ArticleAfter updating ionic cli my .ttf fonts are not copied to www folder
@kama1petiak wrote: .otf fonts are copied but not the .ttf files my fonts are in the src/assets/fonts my ionic info: cli packages: (/Users/kamal/Documents/git/bookzee/public/node_modules)...
View ArticleError in adding android platform in ionic3
@nitin0810 wrote: Hi I m getting the following error while adding android platform to my project. PS C:\Users\nitin94\Desktop\YugmaV2> ionic cordova platform add android × cordova platform add...
View ArticleHow to Change Select options color
@Usama_Liaquat wrote: Here I want to change an dropdown color in ionic. Posts: 1 Participants: 1 Read full topic
View ArticleShows err connection time out while running socket.io
@soumyarauth wrote: While I serve the app it shows "GET http://114.134.90.66:8080/socket.io/?EIO=3&transport=polling&t=Lu3RCzm net::ERR_CONNECTION_TIMED_OUT " import {NavController,NavParams}...
View ArticleFailed to open the browser: Command failed: start """http://localhost:8100"
@Caleb2017 wrote: when i ionic serve cmd throw error Failed to open the browser: Command failed: start “” “http://localhost:8100” user:caleb2017 Posts: 1 Participants: 1 Read full topic
View ArticleProblems with the routing of deeplinks
@nicolas_hie wrote: Hello there, I try to use DeepLinks with the routeWithNavController. But when I try to serve the App I get: Runtime Error No provider for NavController! Stack Error: No provider...
View ArticleLazy loading & Chrome debugging
@chickpea wrote: Hi, I’m having trouble trying to debugging a Ionic app on a real Android device. All is working, I use Chrome’s Inspect device feature and I can see, obviously, the console log...
View Article