ERROR: Undefined is not a function (near '.addEventListener...')
@hillad wrote: I have a page in which two ion-items act as a place to drop files. Unfortunately, they cannot be given the addEventListener function. The items were brought into the page.ts using...
View ArticleIonic 4 - remove shadow box from ion-searchbar
@Kyrax80 wrote: I am trying to remove the box-shadow from the searchbar through css but it’s not working like this: .searchbar-input { box-shadow: none !important; } but it doesn’t work. However if I...
View ArticleCan ionic framework read java jsp?
@kismog wrote: Hi all, im new to the forum and with ionic framework. I would like to know if an android app written in ionic framework can read the jsp that are returned by a java servlet via an ajax...
View ArticleLoginform not working until the page is being reloaded
@christopherkock wrote: I am having a problem with my loginform. Either the submit button gets disabled saying the form is invalid even though it isn’t. What also happens occasionaly is that the...
View ArticleCertain HTML DOM Events don't fire
@hillad wrote: I have a file drop location that I want to enable drag and drop capabilities on, but I cannot for the life of me get it to fire when using the ‘drop’ event. If I change the event to...
View ArticleCan build Ionic 4 mobile with no webpack?
@hamnya wrote: I’m trying not to using Ionic no Webpack in mobile iOS, Android. I want to be www folder is same to originally resource.(resource means index.html, index.js, index.css …) 1.ionic build...
View ArticleFailed to deploy Ionic 4 apps to apk
@lily28 wrote: I tried to deploy my apps (IMOM) to android apk, but there are errors that i don’t understand. Here is the screenshot of the error. Screenshot (31).png1366×768 30.9 KB Screenshot...
View ArticleIonic build freezes -- how do I tell why?
@jesposito wrote: Hi all, I’m new to ionic development, and I’ve inherited an ionic 3 app that I’m supposed to work on. I’m trying to build the app and here is what I’m seeing:...
View ArticleHow to create a jquery date picker
@flycoders_sourav wrote: How to create a Jquery date picker.Please can you tell me any helpful link. it will be highly appreciated. Thanks in advance Posts: 1 Participants: 1 Read full topic
View ArticleIonic v4 Collapsible/Accordian List
@Anil_Ionist wrote: I have to implement a Collapsible/ Accordion type list in my ionic v4 project. I found a few on google. But none of them are working perfectly like...
View ArticleSelect photo from Mobile photo gallery and upload in IONIC 3 PWA
@haresh333 wrote: I am using Ionic 3 and developing PWA. So from browser I want to give facility for user to select image from mobile device photo gallery or computer directory and upload to server....
View ArticleCordova ionic app not working on Android 9 Pie
@aviral282 wrote: Application not working on android 9 devices, works perfectly fine on android device with version less than 9. Application doesn’t connect to backend upon loading the landing page....
View ArticleIonic FirebasePush Notification Received but not Showing on IOS
@contrasto97 wrote: Hi, I’m sending push notification through firebase cloud messaging. On android it’s working fine but on ios not. on the Xcode console I see that the message is received but nothing...
View ArticleLoad remote data from json
@asifaathwal wrote: i am developing a hybrid live streaming app in ionic4. i have to load remote data from json to get url of my chennal for live streaming. I am using http method to get data from...
View ArticleExpandable Sidemenu
@odorakel wrote: Hey folks, does anyone know how to use a split pane as an expandable sidebar? For example the small sidebar should only show icons (width aprox. 60 px) and once you expand the sidebar...
View ArticleUpdate new date function
@Tubiss wrote: ı am using ionic 3 and ı should update new Date function in the constructor. export class HomePage { private eventDate: Date = new Date(‘July 17, 2019 03:24:00’); constructor(){ //how...
View ArticleIonic 1 to Ionic 3 upgrade without login
@technopad wrote: we are in the process of upgrading our existing Ionic 1 app (released in play store) to Ionic 3. When we release this Ionic 3 app as an update to existing app, we do not want...
View ArticleLoading json data in to an array
@Tubiss wrote: this is json [{“id”:2,“userid”:30, “start_time”:“2019-09-01 14:13:35”},{“id”:3,“userid”:340, “start_time”:“2019-08-01 14:13:35”}] public items: any; loadPeople(){...
View ArticleIonic Android Build error on V3
@bevin wrote: I am having an error on my ionic build android not sure what changed, the app builds only after uninstalling Geofence and geofence is the whole app functionality. Could you please assist...
View ArticleUnable to Display Camera on DevApp on Android
@seamate wrote: I am new on the Ionic platform. Please I need help. I’m having problems getting Ionic DevApp on Android to display the camera as demonstrated in the Build Your First App tutorial. The...
View Article