Ionic 3 - Recaptcha Google no Android
@jacksonwc2 wrote: Olá, estou com o seguinte problema. Estou inserindo o componente ng-recaptcha , em meu formulário. Ao startar o ambiente ionic com “ionic serve”, consigo utilizar normalmente o...
View ArticleDownload ZIP file through HTTP
@federicomaza wrote: Hello, Could someone please point me in the right direction of how to download a ZIP from a URL through an HTTP request? Cheers, Federico. Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 Start Theme
@firmino wrote: Ionic 4 start theme, it is an initiative to test and start studies with #Ionic4 + #angular6 and its tools. Step by step we’ll be updating and implementing new versions of dependencies,...
View ArticleI want to display the key value via the screen. (ionic firebase)
@james03401 wrote: this.itemRef = fdb.object('/myItems'); this.itemRef.snapshotChanges().subscribe(action => { this.gg = action.payload.val(); console.log(action.type); console.log(action.key)...
View ArticleUnauthorized modifications to this JAR entry will not be detected
@helpmelearn wrote: Building android app for production. Kind of an extra step I run apksigner verify -v filename To to verify the Jar is signed. Recently I have been getting warning. WARNING:...
View ArticleStreamingMedia causes Status bar to overlap the Header
@sahajarora1286 wrote: Hello, I am having an issue with the StreamingMedia plugin. When I play a video, and click “Done” to close the video player, the status bar in my app overlaps the header in all...
View ArticleHow can I use p5js with the Ionic framework ?
@oswin88 wrote: I tried to install from npm and import it on the ionic but it didn’t worked. I am trying to make mobile app using ionic and p5. Posts: 1 Participants: 1 Read full topic
View ArticleHow do I save ionic array data in a .txt or .json file
@sheldony14 wrote: I have an array in ionic and I want to if I click a button called ‘save’ that a .txt or .json file should be created where the data in the array should then be saved. How can I...
View ArticleOne page with list of pages, and when i click in a page go to it (Uma página...
@Lelis wrote: Gostaria de saber como que eu faço, por exemplo,pagina que irá listar as outras páginas:APP,SITE,etc: import { Component } from '@angular/core'; import { NavController, NavParams } from...
View ArticleUsing HTML tags in ionic pages
@yassin282 wrote: Hello, I’m a beginner in ionic. I want to know if i want to write text in ion-row or columns shall i use the normal html tags for paragraph and headers and customize them with...
View ArticleMaps stopped working
@gcort wrote: Hello group, some time ago create an app with ionic 2 and use angle 2 to show maps of google maps, but now something happened, the maps are not shown in the app I changed the key of the...
View ArticleWhat changes do I need to make to an Ionic 1 app to use Lock 11?
@andyi wrote: I have a Ionic 1 app currently running Lock 10. I’ve seen all this stuff about endpoints being deprecated July 14th. From what I can see, the login will continue to work with Lock 10 -...
View ArticleRemove unwanted space
@uddyvky wrote: How to remove the highlighted space that came after adding the arrow item icon?? Posts: 3 Participants: 2 Read full topic
View ArticleRunning app in android getting error
@8858sudhir wrote: errors.PNG1274x158 7.38 KB Posts: 1 Participants: 1 Read full topic
View ArticleIonic trim 0 and dot from decimal
@paulbuscano003 wrote: Hi, I have a data 0.34 I want to output it into 34 <ion-content> <p>0.34</p> </ion-content> Posts: 1 Participants: 1 Read full topic
View ArticleIonic serve open blank window in browser
@a7mdFo2ad wrote: I’m trying to run my app in the browser using ionic serve --lab and it’s open blank window and if try to open http://localhost:8106 manullay, app work any help ? IMAC-0B0AC7:Doctory...
View ArticleAndroid hardware back button not working in --prod
@demokumar wrote: I use platform.registerBackButtonAction in my ionic app its work in normal apk but if create --prod it not give the name of the active page please help how to solve ? Posts: 1...
View ArticleError: Cannot find module node_modules\@ionic\app-scripts'
@Mehroz12 wrote: I am new at ionic framework while trying to build the app using “ionic serve” I am facing error: Cannot find module node_modules@ionic\app-scripts Error $ ionic serve Error: Cannot...
View ArticleIonic PWA increasing cache storage
@HarinderSingh wrote: Untitled.png353x575 12.3 KB See above image, When I am running web app (IONIC PWA). It increasing cache storage on every refersh and every page loading. Why? I have enabled...
View ArticleRedirect to specific page on click notification on IOS
@marco-shock-wave wrote: Is there a way to open a specific page of the app when I click on a push notification in IOS? Posts: 1 Participants: 1 Read full topic
View Article