Bluetooth SPP
Hi, i’m trying to create a simple monitor app to exchange message from Arduino and smartphone. I’m using https://ionicframework.com/docs/native/bluetooth-serial. Is it possible to test my app without...
View ArticleIonic2 Android application increse badge counter from payload with receiving...
Hello, I’m trying to get and increase badges over the app icon with receiving of push notification, here is my home.ts with message and get request: var mess = { message: messTxt, title: tit,...
View ArticleIonic Storage dont work DEVAPP IOS
I’m using ionic storage to save some login, user and token data, but testing on the web browser works fine, now when I’m using DEVAPP it only works on android, on the iphone it hangs up the device....
View ArticleCommunication between 2 applications
Hi I have 2 applications. I want to show a specific page in App2 on a click event from App1. How can I achieve this? Someone guide me, please. Thanks
View ArticleDownload ionic packets, using proxy
in the company where I work we have a proxy server, I configured npm with the company proxy, it works perfect, after that, I configured the proxy session variables for the ionic: set http_proxy =...
View ArticleIon-datetime binding through ngModel ionic-v4
i am binding through ngModel. but variable returning always undefined. i am using ionStyle event. <ion-item class="itemdiv"> <ion-label class="modtitle" position="floating">First...
View ArticleGoogle Maps Native plugin - markers not appearing to update after setLocation()
Well, I’m sure you’re the best person I could possibly be getting help from! Do you think I have made a programming error or have I uncovered a bug? If so, is there a workaround? If it’s useful, I’d...
View ArticleError while running ionic android build --prod --release...
Can i know or getting link which dependencies are used for cordova-android version 6.3.0.
View ArticleUnable to merge dex in ionic
Thanks dvhung95. Your tip helped me. I removed Barscanner plugin and corresponding npm package $ ionic cordova plugin rm phonegap-plugin-barcodescanner $ npm uninstall --save...
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
Hello, yes I confirm, same problem without --prod --release 3151533259192_.pic.jpg1080x1440 51.9 KB
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
Thanks for your help but the problem is the new version of cordova-plugin-ionic-webview 2.0 which breaks the compatibility with Android 4.4… I found the solution on another thread: Simple Ionic 3 App...
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
I have a problem net::ERR_CONNECTION_REFUSED
View ArticleIframes Don't display in iOS devices when tested using Xcode
I used the ionic cordova build ios --prod command to build an Xcode project. When I run the project, none of the iFrames load, even when I try whitelisting the websites from within config.xml (adding...
View ArticleIONIC CORDOVA: Cordova platform add android --save Running command - failed!
Thank YOU!!! Works perfectly
View ArticleAfter build app and louch I got ERR_CONNECTION
why this problem?? after build app and louch I got ERR_CONNECTION and app cannot open directly closed this my.config <?xml version='1.0' encoding='utf-8'?> <widget id="com.aplikasi.app"...
View ArticleTypeError: Cannot read property 'call' of undefined
hello friends recently I get this error “Uncaught TypeError: Can not read property ‘call’ of undefined”, I have no idea what it is but it is very strange because it occurs at any time, please help!
View ArticleBackground Mode, Background Service
Is there any way in ionic for background services, like i want to execute a piece of code 4-5 times during a day in background. Like android native running a service, looking from many days but i...
View ArticleSometimes stuck on first page and 'waiting for localhost'
im aware this start happening after i install ionic storage so its sometimes stuck on first page both on device or web it shows waiting for localhost then i try to open localhost:8100 in new page and...
View ArticleUnable to merge dex in ionic
Hi all, I encountered this and solved it another way… Installed Virtualbox and then Ubuntu in it, and then the required nodejs, npm, Ionic, Cordova, java, Android SDK, etc. And then run the command,...
View Article