Change value of a variable if I change of tab?
@temohpab wrote: I wanna know if i can change the value of a variable when i switch a tab. For example can i change the value of a url iframe when i switch the tabs if the content of the tab is the...
View ArticleUploading source images to prepare for transformations - failed!
@mobradio wrote: After running the command: ionic cordova resources --force This error has occurred: [WARN] Error occurred during command execution from a CLI plugin (@ionic/cli-plugin-cordova). ✖...
View ArticleHow to refresh a page in ionic 2
@AlvoEd wrote: I want the user to click on a button and that the page is reloaded how do i do so. Posts: 1 Participants: 1 Read full topic
View ArticleAccess FormBuilder group in template
@wouterh wrote: Hi people, I have a Formbuilder and a template. Now I want to access the type group. But can’t access it in my template. Get the error: Cannot not find control wtith path websites-...
View ArticleView splashscreen in broswer
@kalador wrote: hi guys, I add splashscreen in my ionic app. i can view this splascreen when i launch android project on my real phone but not in the Firefox broswer by “ionic serve --lab”. can u tell...
View ArticleGit push ionic master fails with ssh error
@mdcarr wrote: One of the first steps in configuring the new ionic pro is to push your master branch up to ionic. This is what happens when I execute the command: $>git push ionic master ssh:...
View ArticleIonic Package not building plugin with Git spec
@cocowalla wrote: I’m using Ionic Package to build for iOS. One of the Cordova plugins my app uses isn’t on NPM, so it was installed from Github. I have this in my config.xml: <plugin...
View ArticleRx/js help
@Justin_H wrote: Can someone please take a look at this and explain to me why the code works with the timeout observable return value and not the observal.of return value in the getCourses method....
View ArticleIonic login problem
@ariafv wrote: Hey I am totally confused ! I’m completely sure that my email & password are true , but when i am trying to sign in through bash i get "Wrong email & password " everytime even...
View Article[stencil] Question about stencil props
@zwacky wrote: Hey folks I’m really excited about stencil and wanted to try it out immediately, even though the docs are somewhat limited. PSA: I have no prior react knowledge. When we have this...
View ArticleVirtualScroll broken with pipe filter
@marcwadai wrote: This issue is the same as described herehttps://github.com/ionic-team/ionic/issues/12307 Since migration to ionic 3.5.2 the pipe on an virtual scroll is not working anymore. (it was...
View ArticleIonic Push Notifications failing on Android (working on IOS)
@utbc wrote: Hi All, I am developing an app for Android and IOS, I would like to use Ionic Push Notifications. My code for my app is WORKING on IOS. But for Android it is failing and has never worked....
View ArticleAction Sheets - Where?
@k3ionic wrote: I am just starting Ionic and Cordova, so I don’t know much. Where is the Action Sheet’s code in the tutorial starter template (When I Click the “Toggle Menu” button or the Menu button...
View ArticleButton Styles and Actions in One Line
@k3ionic wrote: This is my current button code: <button ion-button color="primary" menuToggle>Toggle Menu</button> The button section of the Ionic tutorial doesn’t show you how to do an...
View ArticleIon-Avatar with text
@harleybl wrote: Does anyone have a good way to show a circle with someone’s initials in them if there is no image present to fill the avatar? Similar to what happens in the form when there is no...
View ArticleIon-scroll hiding content
@opahopa wrote: Greetings. i’m trying to make a scrollable horizontal images preview. <ion-scroll scrollX="true"> <ion-row nowrap class="photoBlock"> <div class="scroll-item">...
View ArticleWhy, Failed to fetch platform cordova-android.?
@rsa wrote: I started a new project but i get this amazing error cordova platform add android --save x Running command - failed! [ERROR] Exception: Using cordova-fetch for cordova-android@~6.2.2...
View ArticleIonic View App Issues
@ibras wrote: I am having an issue with the Ionic view android app. I can’t create an account nor log in into my existing account. Error shows up only with the letter C. Anyone come across this?...
View ArticleVirtual Scroll Throws Error on Route Change if scrolling
@texasman03 wrote: I’m using a sidemenu app with virtual scroll on one of the pages. If the user happens to scroll very fast, then opens the side menu, the virtual scroll list is still scrolling on...
View ArticleIndex.html not found in ionic2
@ionicdeve123 wrote: I am beginner to ionic 2. I have created new project with this command. 'ionic start todo blank’ Issue is that, index.html is not generated automatically in www folder. I get only...
View Article