White Screen after loading (iphone 7)
@nanocode wrote: screen_loading.png429x779 49.1 KB screen_problem.jpg454x806 18.7 KB Hello guys. After the panel loading, the content becomes blank (but only hidden, it can still be clicked). This...
View ArticleView don't update with *ngIf in Ionic 3 side menu
@IgorSamer wrote: I’ve a side menu and a ion-spinner inside. I want the spinner to be removed after a request. For this, I’m trying to use *ngIf, but, isn’t working as expected. app.html: <ion-menu...
View ArticleHow to set minimum date in date time picker if displayed in 12 hr format
@emiljenson wrote: Hi, Can somebody tell how to set minimum date in a date time picker if the displayFormat is set to be in 12 hr format Posts: 1 Participants: 1 Read full topic
View ArticleHelp me, I'm new to ionic and I'm making an app to get information in my php...
@ojosejefferson wrote: my provider import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; import 'rxjs/add/operator/map'; /* Generated class for the BuscarProvider provider....
View ArticleIonic 3 static menu at bottom without using Tabs component or Custom component
@nagubabu wrote: Hello guys, I have a requirements, please post your suggestion on this. I need to have static menu at the bottom (similar to Tabs component) of the screen for all the screens. I know...
View ArticleConstructor() Vs ionViewDidLoad()
@jfan29 wrote: Upon calling services and getting data setting up the page , is it better to put everything in the constructor() or ionViewDidLoad(), I know viewDidload() won’t get called again if we...
View ArticleIonic serve & ionic serve --lab have not working in 3.19.0
@SubEffect wrote: What happened? ionic serve --lab now opens a new browser window but doesn’t load the app. If I use http://localhost:8100 I can see the app in the browser, but --lab has stopped...
View ArticleIonic Deploy Issues
@jerm3993 wrote: Hey there. So I have had zero problems building my app and launching in both android and ios stores. I cannot get my app set up with bitbucket as well as set up for ionic deploy. This...
View ArticleHow to update ionic build/serve
@jfan29 wrote: I’ve been having a lot of issue with ionic build after VScode save the page it auto builds either no reflection on the changes or invalid link all of a sudden or telling me a function...
View ArticleLaunch an specific page with Local Notification
@ebosques wrote: Hi All. Happy new year! I’m implementing the native plugin Local Notification in my app for schedule some actions and I don’t have any idea on how to redirect to a specific page of...
View ArticleUsing the Network Plugin Connection... How detect if a connection is really...
@temohpab wrote: I’m using this plugin to display a webview if you’re connected to internet… But if we are connected to a wifi who dispatches a really slow connection? How we can advice to the users...
View ArticlePackage Process Steps
@ciddennis wrote: I am trying to use “Pro” version but have had a number of issue because my Ionic App is in a sub directory of another Angualr app. I updated the "npm install: and build steps to move...
View ArticleSegments getting cut off in ion-nav on iOS
@tvanzanten wrote: When running on an actual iPhone SE, my <ion-segment> is getting cut off so only the top half of the segment is showing. segmentCutoff.jpg640x1136 30.3 KB Here is my code:...
View ArticleBrightness plugin not setting full brightness
@adibbz wrote: I’m attempting to use the Brightness plugin(https://ionicframework.com/docs/native/brightness/) and want to toggle between original screen brightness and full brightness. However,...
View Article[TABS] Bad performance ios
@waminarodev wrote: I created an application using the tabs template and modified the bottom bar by changing the style. I have reduced the size of the icons, exactly: $ tabs-ios-tab-icon-size: 28px;...
View ArticleHow can I navigate to another set of tabs?
@AlGantori wrote: I would like the ability to load a different set of tabs. I see nothing in the following tab specification, on how to tell that the second tab “Reports” could be another set of tabs...
View ArticleCamera permission failed on Android 6 - IONIC3
@Michea wrote: I have been testing, and this is my code, but in smartphones with android >6 show the message from toast : “no acceso a camara” then the app just crash and restart I need take a...
View ArticleFitting an image to the content area between the header and footer
@AndrWeisR wrote: This just to let you know how I managed to fit an image between my header and footer in an Ionic 3 app. After a lot of searching through similar answers, I finally settled on this...
View ArticleIos info.plist: plugin camera not referenced
@swissfritz wrote: I learned that in order to satisfy the ios people, we have to install the camera-plugin as follows: ionic cordova plugin add cordova-plugin-camera --variable...
View ArticleIonic 3 storage read/write issues
@aliaslam7163 wrote: So I am using ionic storage to read something out of the storage and if the value to the key is empty i want to then set that value, and make another check(get) to see if the...
View Article