Error after production build
@FnnHuman wrote: After making production build and running on android device i have following error: Uncaught ReferenceError: Must call super constructor in derived class before accessing 'this' or...
View ArticleUsing Stencil components in Stencil components
@geraldstockinger wrote: Hello evereyone, my general question is, how can i use a stencil built component within another stencil component. Not in the PWA toolkit but in another Component. More...
View ArticleVirtualScroll issue in iPhone X (and similar screens)
@nirman99 wrote: I have a page with a VirtualScroll. Virtual items in the VirtualScroll get mispositioned when I change the orientation to landscape. Screen Shot 2018-06-26 at 2.00.38 PM.png888x422...
View ArticleLocal storage and session storage in lonic
@rajbasilio wrote: How do I use local storage to store the session? Posts: 1 Participants: 1 Read full topic
View ArticleHow to rest/refresh/destroy pages on tab
@binghco wrote: Hello, I’m using side menu and super tabs which include 3 pages, when click details button on home page it will go to the super tabs, now each page on super tabs has own API, there is...
View ArticleLocalNotifications on click method does not run when app is closed
@emirmehmet wrote: When my app is running on background following code works fine, I can handle notification. localNotifications.on("click").subscribe(() => { console.log("noti on click "); }); But...
View ArticleIonic BLE plugin work weird on IOS
@pdj wrote: It works quite well… but weird things. is that… On handler of OK button on AlertController, I want to connect to BLE that is selected. but the problem is that When I hardcoded id, it works...
View ArticleIon-scroll truncates content under [innerHTML]
@vivekh wrote: I’m developing an Ionic 3 app where I’m trying to display walking directions received from Google maps service under an ion-scroll directive. As the walking directions are in HTML, I...
View ArticleHow to setup $.params in ionic v1 to ionic v2
@dhy wrote: i have code in ionic v1 appServices.factory('apiPesawatService', function($http) { var baseUrl = 'http://api.com/getdata.php?'; return { getAll: function(data){...
View ArticleHow to keep only the selected ion-radio value when back to form?
@anespa wrote: Dear Friends, I have a 2 step form , in which in first step there is an ion-radio which select and pass a value to next form page. But when I back to first form and click another...
View ArticleiOS Build Error- EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
@adityajaiz wrote: image.jpg1366x768 293 KB I am getting this build error while testing in my simulator, and App is crashing on splash screen when testing it on real device. Please help! Posts: 1...
View ArticleionVIewWillEnter are not trigger after pop the page in ionic3?
@RomnEmpire wrote: Hello to all, I have pass the data to previous page data is properly sent but after pop ionViewWillEnter are not trigger and i also using ionViewDidEnter but it is working? `...
View ArticleAzure AD authentication
@ferdinandferdinandfe wrote: Hello, I’m looking for a tutorial on how to enable Azure Active Directory authentication for my ionic app but I don’t find something that I understand. I’ve tried Ionic...
View ArticleIonic with tabs redirect from onesignal push calls view twice
@notified2 wrote: I have created a thread on stack https://stackoverflow.com/questions/51041191/ionic-redirect-with-tabs-and-onesignal-push Plz take a look! Posts: 1 Participants: 1 Read full topic
View ArticleFunction is not defined
@Syrias2 wrote: Hello. I have problem with my code in Ionic. I write a simply code, and I want to add “onclick” , but when i clicked button then i see the error “check is not defined”. Here is my...
View Articlephonegap-plugin-push-Android oreo
@mathewk wrote: I used push plugin for getting notification from the custom server using fcm. Everything was working fine but now in oreo, I am not able to receive notification. if I send a message...
View ArticleHow to Filter inside groups of arrays
@a7mdFo2ad wrote: i’m getting data it’s about groups of arrays from an HTTP request and i want to filter inside on them and all arrays have a Mutual parameter called name Screen Shot 2018-06-26 at...
View ArticleConvert File URI to Blob
@NathanBlaise wrote: I’m attempting to use cordova-plugin-camera to retrieve an image and upload it to Firebase. Many common solutions use the Base64 format to do so but I would like to avoid that in...
View ArticleERROR SyntaxError: Unexpected token < in JSON at position 0
@a7mdFo2ad wrote: i’m getting this error in every page have HTTP request i tried to remove node modules an reinstall but still facing the same error Screen Shot 2018-06-26 at 5.26.19 PM.png867x185...
View ArticleError during Ionic cordova build android
@chronosionic wrote: Hi All, I’ve tried to build or run android for my project. However, it shows this error. This error suddenly appear in which I have no problem in building my project previously....
View Article