ionViewDidLoad每次进入页面都会执行
@kanlan wrote: 页面中使用这个方法,每次进入页面都会执行;希望可以帮看看,并没有像文档说的那样全程只执行一次,希望能帮忙看看,谢谢 ionViewDidLoad(){ console.log(“test123”) } Posts: 1 Participants: 1 Read full topic
View ArticlePWA caching issues
@cdelgado wrote: Hi there, We are developing a PWA using Ionic 3. One of our main issues, which slows us down and is quite frustrateing, is the html/css caching. When we make changes to the HTML or...
View ArticleIonic 3 pass QueryString to index.html
@bgies wrote: I have an external website (and other locations) that link to my Ionic 3 PWA app… I need to pass a parameter to the PWA app. BUT… how is it supposed to be done? the URL is basically...
View ArticleIon-option in ion-select doesn't use full width
@puremonk wrote: I have multiple ion-items in one line, but as you can see in the screenshot the option doesn’t expand all the way across the select (I’ve drawn a border around every item/ div so that...
View ArticleImporting Ionic-4 with import keyword from node_modules
@piromanas wrote: Hey, I installed @ionic/core@4.0.0-beta.16 through npm and wanted to do like this: “import ‘@ionic/core/dist/ionic’” but then I get this error: GET...
View ArticleHow to play an encrypted video in ionic app
@remyat wrote: Hi , I have an encrypted video and keys, so I need to play an encrypted video from server in ionic app. I tried to play video using video.js, but it fails. Can you please help me to...
View ArticleHelp me to converting Angular web app into ionic app
@hsna887 wrote: I want to Convert Angular 4 web application into ionic 3. I’m using lazy loading in Angular 4 application. Can I use router outlet in ionic 3 app because I’m using in the angular app....
View ArticleAccès au source de mon application après l’extraction du fichier apk
@lkaopremier wrote: Bonjour, J’ai récemment développé une application basée sur ionic 3, mais après compilation de l’app on arrive à accéder au source de l’application en faisant une extraction du...
View ArticleBehaviour of ion-item-sliding ionic v3 vs v4
@lautarolorenz wrote: The behaviour of the component ion-item-sliding differs between ionic-v3 and ionic-v4 in version 3, opening a new item closes the one that is currently open, you can check it in...
View ArticleV4 App component unit test cannot find login.module
@nathantaal wrote: Hello everyone, I get the following error: [object ErrorEvent] thrown Error: Cannot find module ./pages/login/login.module#LoginPageModule But I do have a login.module that exports...
View ArticleChips looking awful
@Kyrax80 wrote: I am trying to use chips with the following code: Categorías: <ion-chip color="primary75" #chip1> <ion-label>Default</ion-label> <button color="primary50"...
View ArticleI need a example of Google Maps and Ionic 4
@luisandro wrote: I need a example of Google Maps and Ionic 4 Posts: 1 Participants: 1 Read full topic
View ArticleHow to view Sqlite3 in browser using ionic3 cordova
@mgt wrote: Unable to view sqlite3 db in browser using ionic3 and angular4. Any Suggestions…??? Posts: 1 Participants: 1 Read full topic
View ArticleUnderstanding Ionic initial payload size
@lkraav wrote: https://beta.ionicframework.com/docs/installation/cdn#using-ionic-from-a-cdn seems to be a very nice loader shim, that’s 3kB in size, and enables using all web components, which then...
View ArticleIs there an ETA for the end of Ionic 4 beta?
@Kyrax80 wrote: Is there an estimated time for when Ionic 4 won’t be on beta and stable? Posts: 2 Participants: 2 Read full topic
View ArticleIonic 4 Input highlightcolor
@JensOlleOlsson wrote: Hi, Is there any chance to change the input-highlight in Ionic 4? Cheers! input.png935x76 1.04 KB Posts: 1 Participants: 1 Read full topic
View ArticleAndroid Problem: net::ERR_CONNECTION_REFUSED (http://localhost:8080/)
@88Designs wrote: We recently released one of our app and its been giving some users a problem : net::ERR_CONNECTION_REFUSED (http://localhost:8080/) ....
View ArticleAngular i18n on Ionic 4
@rafaelrlevy wrote: Has anyone had any experience using the default i18n functionality of Angular 6/7 on Ionic 4 instead of ngx-translate? I would believe that generating a different compilation for...
View ArticleGet byte array from image
@javico11 wrote: Hi guys, I’m new in ionic development and I need to get the bytes array of a image for later, read pixel for pixel all image. I hope help, please. Posts: 1 Participants: 1 Read full...
View Article[Ionic 4] Tabs + Nested Routing (relative navigation) - doesn't work
@_oliver wrote: It sounds so basic yet caused me already two days of troubleshooting: enabling relative navigation within a given tab (), eg. on the tabs screen (route): Navigation (absolute URLs):...
View Article