Blank application doesn't work [Ionic 4 beta + Android 4.4.2]
@viganot wrote: I am a beginner and I have a problem with application written in Ionic 4 beta on Android 4.4.2. I created a Blank app: ionic start app blank and I wanted to run in on Android 4.4.2...
View ArticleHow to use horizonal scroll on click?
@demokumar wrote: I want to add horizontal scroll on button click how to implement it Posts: 1 Participants: 1 Read full topic
View ArticleIonic-v4 Goggle map is not working
@WittTech wrote: Te google map I cloned from (@wf9a5m75) a GitHub repository is not working. I followed the step, but still not working. This is the URL I cloned it from...
View ArticleIonic 3 add ios platform Installing pods Sit back and relax this could take a...
@senthil3282 wrote: HI got below issues in ionic 3 platform add ios phonegap-plugin-push requires pod: FirebaseMessaging Checking config.xml for pods. config.xml requires pod: LatestPod config.xml...
View ArticlePod init WARNING: CocoaPods requires your terminal to be using
@senthil3282 wrote: Hi, pod init WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8 Traceback (most recent call...
View ArticleHow to clear input
@kokarat wrote: Hi anybody please suggest me how to clear input text after logout Screen Shot 2561-10-20 at 22.17.32.png1836x774 105 KB My typescript file @ViewChild(“usernameInput”) cbgUsername;...
View ArticleI get this error when i try to build
@lzontar wrote: Hello, When i try building my app i’m getting this error: cordova run android Android Studio project detected ANDROID_HOME=C:\sdk-tools-windows-4333796 JAVA_HOME=C:\Program...
View ArticleUsing Ionic Components in regular Angular Project not working!
@JonasCoding wrote: I’m trying to use Ionic in a module of a regular angular app so I could use some of the UI components. I’m importing @inoic/angular into my Module. My html looks like this:...
View ArticleCheckbox + ngmodel + ngchange + dialog
@dfertane wrote: hello, i have checkbox that open a dialog when checked. this dialog is composed with a validation button and a cancel button. my checkbox tag have an [(ngModel)] and (ionChange). the...
View ArticleIonic 4 ionViewWillLeave equivalent
@csotomon wrote: Hi, what’s the equivalent to ionViewWillLeave in ionic v4? Posts: 1 Participants: 1 Read full topic
View ArticleFirebase errors will not display
@ixaxion wrote: It’s a fairly simple function. While the authentication catches the error, my program immediately exits the “createUser…” function and the error prints after the exit. As a result, I...
View ArticleWhy does --release reads my .env.dev values instead of .env.prod values
@shamsuljewel wrote: Hey, this is my first release of an ionic APP, when I am fininshed creating the build for the APP while i run the build without the --release ionic cordova build android --prod it...
View ArticleExiting from deep linked app doesn't go back to calling app
@seggy wrote: I have an app that can be called from a website. I’m using the cordova-deeplink plugin. When the URL “myapp://path” is called, it opens my app and sends in the data. When the user is...
View ArticleIonic v4 + Ionic Native: cordova-plugin-photo-library always returns undefined
@mixuala wrote: I’m trying to get Ionic Native Photo Library to work in a blank v4 project, but I’ve been unsuccessful. see: https://ionicframework.com/docs/native/photo-library/ Here’s what I have in...
View ArticleBackground image and text input size minimized when keypad is on
@karthikvks wrote: Hi there, background image and input text size gets Shrinks/minimized when keypad is on. I have tried all the given options (separate class for background, changing background style...
View ArticleitemReorder when the item is returned back to its initial position
@kevin99999 wrote: Hello! Regarding itemReorder, I have noticed that when you drag an item to another position without dropping it then you return it back to its initial position, the indexes object...
View ArticleHow to redirect to page without pushing and tabs always shown?
@mrscooky wrote: I am developing a shopping app. The structure like this Home (List) > Product Detail > Seller Profile. In the Seller Profile, there will be some product/seller recommendation....
View ArticleHow do i get Twitter following/followers list for an authenticated user
@mellowpannikin wrote: i wanna fetch user’s following/follower list Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 - Listening to View Did Enter in Component
@karvanj wrote: In Ionic 3 I would listen to the viewDidEnter in a page sub-component by subscribing to navCtrl in my component constructor as follows: this.navCtrl.viewDidEnter.subscribe = (view)...
View ArticleinAppBrowser: navigation stack lost
@toufic_zayed wrote: Hello, I have an an ionic tabs app, with inAppBrowser to open an external url in a navigator. It works well, except that when I come back to the ionic app, I lose my navigation...
View Article