Reloading a page in Ionic 2
@Yeshwanth wrote: Hi, I am trying to build a web application and I chose ionic 2 as it would be responsive for all resolutions. But in browser, on reloading the page the application is starting from...
View ArticleFCM causing Ionic 3 app to have error: libc++abi.dylib: terminating with...
@snstarosciak wrote: Hey everyone, So I was trying to get FCM notifications working on my Ionic 3 app and I had them working once upon a time, but now when I go to install the app on my device, I'm...
View ArticleChange Detection on Directive Crash
@danielmm1997 wrote: Hi guys, i have a problem with lazy loading and a directive. You can see the header is moving but when i load a new lazy loading page the onContentScroll is not called anymore...
View ArticleHow to call method in ionic 2-3
@quanghieu wrote: hi all,i'm beginner to start with ionic, i have issue when call tag method in .ts file,could you help me, how to call pause(), play(), and hanlding event 'playing', 'paused'........
View ArticleBar code scanner with more than one field
@gacalves wrote: I'm trying to use the barcode scanner plugin.I have more than one field that receives the scanned value, and the amount of these fields can vary (1, 2, 3 fields ...), depending on the...
View ArticleScan QRCode from Gallery
@danielmm1997 wrote: hi, I want to ask if someone knows how to scan a QR code from a picture from the Library. Like a Javascript Library that can scan a QR Code from an Image. Thank you for HelpDaniel...
View ArticleIONIC version2 side menu isopen issue
@Gurpreet_singh wrote: Hi I am new to ionic what I am trying to create here is if side menu is open and user click back from phone then using the if condition we will check first if isMenu open, if...
View ArticleExternal library .js is deleted in index.html during build
@hvillacruz wrote: Everytime i build - ionic serve my external library is deleted from index.html , is there any configuration for this? <!DOCTYPE html> <html lang="en" dir="ltr">...
View Article@IonicPage decorator, but it does not have a corresponding "NgModule"
@rskarri wrote: Hi All, I am facing issue when i am trying to add new page in ionic project.command #: ionic g page test Error: has a @IonicPage decorator, but it does not have a corresponding...
View ArticleError: Uncaught (in promise): Error: Cannot find module...
@kevin_li wrote: QQ截图20170712105015.png1558x751 36.1 KB when i update to ionic 3.5, throw the problem Posts: 1 Participants: 1 Read full topic
View Article[3.0] All declarations of 'WeakMap' must have identical type parameters
@faustbrian wrote: I've just created a new application using the following command for Ionic 3.0. ionic start myApp --v2cd myAppyarn installionic serve The result of creating executing the application...
View ArticleFor input string: "00000null" error during BLE.write call
@pvCloud wrote: Messages I get back include: BLE WRITE THEN For input string: "00000null" this.ble.connect(id).subscribe(datos=>{ this.setMessage("BLE CONNECT SUBSCRIBE: BEGIN. Doing ble...
View ArticleIonic2 issue with app boot time
@Dhyanandra wrote: Ionic version:2.2.0 Current behavior:Using ionic2 and angular2 we build almost 13-14 small features/module.I dont understand why my app takes too much time (20-22 seconds) to hide...
View ArticleEvent is not triggered when onesignal handlenotification received is triggered
@rlwt wrote: this.oneSignal.handleNotificationReceived().subscribe((data) => { // do something when notification is received // alert(JSON.stringify(data)); this.events.publish('home');//homepage...
View ArticleHow to scrollToBottom a div?
@saidatta123 wrote: Hello,I want to autoScroll a particular div to bottom whenever a new message is received. The solutions that I found only mentioned scroll for content element. How do I...
View ArticleHow to call the two function for the ON and OFF for the toggle button
@muthukumar02 wrote: i want two function in my toggle function for ON and OFF . If the toggle is on i want to call the toggleon();if the toggle is off i want to call the toggleoff(); help me someone...
View ArticlepopTo with ionic
@anivaishu wrote: Hi, I developed Ecommerce app. If the user orders the products Need to authenticated.So going to SigninPage. I passed the query params in nav.push.user after signin. Here is my code...
View ArticleClear cache when change between tabs
@liuya891012 wrote: Hi! I'm working with Ionic 2, and I want to clear cache when I change a tab. Now, if I do something in one tab and change something, when I change the tab and then comeback, the...
View ArticleHow to clear previous data in chart using canvas at html 5?
@GomathiDevi wrote: i am using single bar chart for different data sets in my program and also use separate functions for each data sets.every time i call the function the data will be overlapped the...
View ArticleError tsconfig cannot read file, after building release
@Miquel_Brightness wrote: After building the release apk. I wanted to debug again, so i did the command ionic serve and as you can see below it cannot find the tsconfig.json PS...
View Article