How cordova plugins work in ionic 2?
I asked a question yesterday regarding the usage of cordova plugins. I solved the problem by creating my project from scratch. But when I add a new plugin again. The new plugin doesn't work although...
View ArticleDelete listing in Ionic Marketplace
I need help with this. I don't see any option to delete one of my listings
View ArticleHow cordova plugins work in ionic 2?
It seems the ionic build ios command fixed the problem. It's a bit confusing. There are different commands like: cordova build iosionic build ios
View ArticleIonic 2 searcher with json array
You Edit actually helped. Once I began importing my Array from Sqlite db I was getting the same error. Now it works again.
View ArticleNative Page Transitions for iOS and Android with Ionic Framework
Hello @Shprink, Sorry to bother you again. I was able to get the transitions working properly but it seems it had a side-effect in calling outside APIs like a web service running from a server. I...
View ArticleThe app looks different at real device
Hi, With the --lab parameter the app looks good at both android and iOS.Actually the app looks good at real iOS device, but not android device.Text of buttons is not aligned to center and images (at...
View ArticleThe app looks different at real device
You shouldn't need to do that, maybe is an issue with android version, ionic or angular version, or you're making something funky in the JS, HTML or CSS. Use ionic info to check some of the...
View ArticleNative Page Transitions for iOS and Android with Ionic Framework
Try disabling this security: https://github.com/shprink/wordpress-hybrid-client/blob/develop/hooks/after_prepare/030_modify_plist.sh I let you google it.
View ArticleThe app looks different at real device
The app looks ugly only in the real Android device while it looks good at browsers and real iOS device.The below is my ionic information. I hope it will help you to seize my problem. Your system...
View ArticleThe app looks different at real device
Have you included XWalk on your build set-up? It could be due to the native browser on the android device being outdated...Chances are you have a custom/outdated version of the Android stock-browser...
View ArticleNo italics?
I am wondering the same thing. I don't get why that would be set as default in the css and take away the semantics.
View ArticleBuilding Ionic2 app for browser
luchillo17: What's the difference from using the browser platform and just serving the app with a server, say Nginx or Apache? From my knowledge, difference doesn't exist. I successfully hosting 7...
View ArticleLocalstorage deleted inconsistently -> local file backups?
vicmota: LocalStorage can be cleared by the system when the memory is low. Interesting!It was on iOS by the way. Reading through the links you sent. Thanks!
View ArticleBuilding Ionic2 app for browser
Reading further about the cordova version of browser platform it says that provides the cordova plugins for browser and set some flags in the browser, so basically sets the browser to be able to test...
View ArticleThe app looks different at real device
Basically my setup but in Ubuntu instead of Mac, Android version of your device? maybe setting up CrossWalk (alias XWalk) to solve compatibility issues and improve performance, i wanted to use it but...
View ArticleHow to trigger push notification from device?
What I would suggest, is creating an intermediary server, that the your app posts to. This server then is the one that communicates with Ionic.io. Therefore your App ID and Private Key is secure.This...
View ArticleDownloading files in Ionic 2 using cordova-plugin-file-transfer
I have files (located inside the www/ folder) that I want the user to be able to download locally to their iOS/Android device. I'm attempting to use the download method of the...
View ArticleIssues with alpha53
Hi, I have some issues with alpha53 1 Label/Input <ion-item> <ion-label floating>Test</ion-label> <ion-input type="text" [(ngModel)]="_siteName"></ion-input>...
View ArticleSqlite database tutorial
I have a concern.. If I pass the $scope variables it wont work.. instead the plugin wont work and the variable is empty I also tried unbinding the $scope variable but still wont work.. instead the...
View Article