Is there any function to clear/reset variables
@nagarajmbhat wrote: paramSheet: { name: any, amount: any, date: any } = { name: '', amount: '', date: '' }; Is there any function to clear/reset the variables. other than this....
View ArticleReverse bridge
@WhidbeyFog wrote: Does the Capacitor bridge support initiating a call from native to javascript? My custom plugin will be generating json data that needs to be sent (pushed) to javascript on its own...
View ArticleIonic 4 running on android device error
@renasance21 wrote: So I’m trying to run ionic 4 on my device. Followed eveything in the installation guide in the website and going through the running on android tab. This is what I get....
View ArticleSliding boxes implementation - what's the proper UI name?
@elduderino15 wrote: How can I implement a view similar to the iOS weather app feature where I can swipe between the hourly / daily forecast. How is this item called? I’m referring to the now, 9PM,...
View ArticleHow to set wallpaper of image in ionic 4?
@Hammad6264 wrote: I’m building wallpaper app. Is there any ionic method to implement set as wallpaper of image in ionic app? I tried using cordova-plugin-wallpaper plugin to set an image inside ionic...
View ArticleHow to slide in Echart with ionic3
@roy800227 wrote: Hi,Everyone when i have more inputdata in chart. I want the chart to be displayed in a way that shows more information by sliding, not by average distribution. chart.setOption({...
View ArticleHow to plan layout let component size to match any device size
@roy800227 wrote: Hi,Everyone. The position adjustment of the component has been bothering me. I adjusted the best display effect in the test device. But when i use other devices of different sizes,...
View ArticleLoading the app from server on every start - possible & good idea?
@pleicht wrote: Hi there, currently im evaluating capacitor, because soon we start to develop an android app, but our main business ist web development. Im checking the advantages using a container...
View ArticleIn Appbrowser show push notification in ionic4
@keshavking111 wrote: Please help , How to show In Appbrowser push notification in ionic4 const browser = this.iab.create( ‘url’,’_blank’ ,{location: ‘no’ }); Thanks Posts: 1 Participants: 1 Read full...
View ArticleBuild.json file is not used
@kkrak wrote: Hello all, i am using this command to build the ios .app file: ionic cordova build ios --buildConfig=build.json --release --minifyjs --minifycss --optimizejs My build.json file is like...
View ArticleIcon - how enlarge icon
@Uehara wrote: I am creating an icon for my Ionic app but, when i generate the apk is the app icon contains a white border around the image. How to enlarge icon image to eliminate this white border...
View ArticleHow can I detect navigation returning to a parent page?
@ZaLiTHkA wrote: Greetings, I’m building an Ionic 4 Angular app that has tabs as the initial view, where the main tab provides the means to navigate to a component inside a lazy-loaded module. I would...
View ArticleIonic application: Able to run on browser but not working on Ionic DevApp
@darrenseow9 wrote: I’m new to ionic, please forgive me if my question is stupid. During the development, I’m using the browser to show and test my application which everything is working perfectly...
View ArticleProposal to improve forum category tags
@ZaLiTHkA wrote: Since the release of Ionic 4, the framework itself has become way more flexible and dynamic, but the category tags here in the forum don’t really cater for all the extra options we...
View ArticleSwipe-back gesture and ion-item-sliding
@newvladimirov wrote: Hello. I’m trying to make a list witch contains “folders” with routerLink and “files”. Both types of items must have a sliding options and also swipe-to-back gesture should work...
View ArticleIonic v2 styling issues after package updates
@Webrow wrote: Situation: This app was created some time ago in ionic-v2. Building this app with the following configuration works: package.json Summary applepie@PoolmangersMini:~/work/ambassador$ cat...
View ArticleBluetooth Serial Enable not work
@m7modg97 wrote: I’m trying to enable Bluetooth if it is not enabled, firstly I check if Bluetooth enabled, if not I try to enable it. There is my code : //Check If Bluetooth Enabled Or Not...
View ArticleIssue in hardware back button
@o8thug wrote: I’ve navigated every page,and made use of hardware back button for coming to previous page every thing is working fine only issue is while opening the app the before making any changes...
View ArticleTwo function in two "setInterval"
@kismog wrote: Hi all… I have a bug that I can’t fix in two days I have two components that has got one setInterval to call a function every x seconds. I can’t understand why, but the first...
View ArticleIonic 4 - Detect exit fullscreen event of a HTMLVideoElement on iOS
@aurelienwipon wrote: Hello, I’m currently developping an ionic application using videos. The video is displayed in fullscreen mode, so on iOS it uses the standard iOS Video Player. My problem is that...
View Article