[SOLVED] Iframe scroll problem
I solved this by using mozilla pdf.js on my server side, and, in my app iframe.html: content.png868x66 10.2 KB Now, it works good and looks like this: screenshot_pdf.png800x584 115 KB
View ArticleIonic2 typescript project with cordova plugins
@ramon did you get the inAppBrowser plug-in to work? I'm having trouble in my Ionic 2 / Typescript project.
View ArticleAndroid hardware back button in ionic 2
Hello all,in the tutorial for ionic 2 ionic 2 tutorial after clicking on an item the back button closes the app instead of going back to the list page I tried using platform registerBackButtonAction...
View ArticleGlobal way to set overflow-scroll?
For enabling or disabling overflow-scroll you can use $ionicConfigProvider To set specific platform use platform. For example: $ionicConfigProvider.platform.ios.scrolling.jsScrolling(true);...
View ArticleIonic2 typescript project with cordova plugins
Sorry @richardshergold, I'm currently not using this plugin on my ionic v2 project but StatusBar plugin is working fine thanks to @Tommertom reply.
View ArticleOn icon click show options
On clicking on icon I need a list / options in ionic.Any suggestions regarding this are helpful. See I will be helpful to visualize for what I am looking for peeps!!!
View ArticleSyncing Data with PouchDB and Cloudant in Ionic 2
I just released a new tutorial I thought some people here might be interested in (especially the Ionic 2 people). It covers how to set up PouchDB in an Ionic 2 application and how to get the data...
View ArticleCrosswalk and $http doesnt work
I had this exact problem...http doesnt work in release mode. In the end, it was because my SSL wasnt setup right. Try viewing your api in a normal chrome window (on android) and check if you get a...
View ArticleHelp with push notificacions
Hi. I have problems with push notificacions and I need help, please. I declare without problems:ionic add ionic-platform-web-clientionic plugin add phonegap-plugin-pushionic io initionic config set...
View ArticleSyncing Data with PouchDB and Cloudant in Ionic 2
Hey there, nice tutorial but i have a littel suggestion --> you can simplify your dependency injection in angular 2: constructor(@Inject(Data) dataService) { this.dataService = dataService; to...
View ArticleHow to run ionic app with source codes?
I have got application source codes.This app has got ionic app side, restful web service with json light and mysql database but when I try to open application with nodejs.I saw the application main...
View ArticleSyncing Data with PouchDB and Cloudant in Ionic 2
Hey, That's how I have been injecting up until recently, but in the latest Ionic 2 beta the default template + generate commands use the @Inject syntax, whereas before they used the method you posted...
View ArticleSyncing Data with PouchDB and Cloudant in Ionic 2
Ah okay. I am not so deep in ionic 2, yet... I am waiting until angular 2 is in the stage to use without bugs and laggs^^. I thought the simplest way is to use the approach i posted, but it does the...
View Articleionic2 app show blank screen on android device (4.2.2) using run command and...
Same issue. Ionic run android is working fin on Android 5 but not with Android 4.3 (on a Samsung S3). I tried to change my cordova version to 4.2 to add and remove platform but still get a blank...
View ArticleIonic2 typescript project with cordova plugins
Hi @richardshergold, I managed to get it working in Ionic2 TS project as per my description above (create new starter project). Interestingly, the plugin isnt reachable through...
View ArticleIonic2 typescript project with cordova plugins
Thanks @Tommertom I had just got there myself thanks to your other reply on this thread
View ArticleOnesignal Android com.android.support:support-v4 error
@zookz, thanks for the screenshot. I see your missing the Repository one. Our plugin requires "Android Support Repository", it doesn't use the "Android Support Library". Thanks.
View ArticleSyncing Data with PouchDB and Cloudant in Ionic 2
Thank you very much for this very useful tutorial.
View ArticleOnesignal Android com.android.support:support-v4 error
Ohhhhhh ... THANKS so much .. I really had read wrong, dammit! Just what I needed, thanks again!
View Article[SOLVED] Problem running windows platform on Windows 10
In the finished build just look for the images folder and replace them with your own images. There will be a bunch of default 'empty' images for which you can override, just make sure you give them...
View Article