Anyone had luck popping a Component in a Web Worker?
Keep in mind Web Workers do not have access to any DOM functions.
View ArticleWhite Screen of Death
Hi @ashteya, I was actually connected to Safari in before hand when the error occurred. In fact I had to go through a couple of screens before the error happened. There was still nothing on the...
View ArticleDownload Ionic 2 bundle files without npm
Yep I need exactly the same as on Ionic 1 on this link. On their github here, do you know what is the branch where they stock the bundle ? Like a /dist folder, or something. Thank you for your help.
View ArticleWhite Screen of Death
I am able to reproduce it sometimes, when clicking between two screens back and forth very quickly for a couple of times. Not sure if this is related to the transitions. The html shows this: The body...
View ArticleSwipe sensitivity on android 4.4.2
Swipe up down left and right all work, except I have to try swiping 3 or 4 times before it triggers anything. Seems this has been a problem for a long time. Have any solutions/workarounds come about?
View ArticleIonic.Platform.isIOS()
Yes I know, this is why I expected ionic.Platform.isIOS() to return false when running in a browser but it actually return true Simon
View ArticleIonic tabs bottom android leavs space for tab
having this problem i get spaced left for tabs and subheader pushed down content ,on android but works perfectly for Ios i want use the android with the tabs at the bottom...
View ArticleIonic Push Notification giving 403 forbidden error
@trotterellone I couldn't find time... Sorry, Does the issue still persists? I am free now
View ArticleWas it wrong to invest in ionic 1.0
Thank you guys for all the opinions i appreciate all the answers. ill try to stuck with ionic keeping in mind other technology like nativeScript and react Native even though i cant hide my good...
View ArticleDownload Ionic 2 bundle files without npm
So it's a bit of a different story than v1. With V1, you were just referencing ES5 javascript, not transpiling from es6 or typescript like we're doing in V2.Plus the additions of modules make things a...
View ArticleWhy choosing ionic analytics over google analytics
Hello, we are in the phase of launching defiantly we can't before setting up analytics however we are confused which platform should we use for this google analytics or ionic.io analytics. Even though...
View ArticleIs RxJS functional in Angular2/Ionic2 right now? Have an example?
As of Ionic2 & Angular2 Beta the right path is: import * as Rx from 'rxjs/Rx'; Note that as of latest version of Angular2/Ionic2 uses RxJS v5.0.0-beta, so be sure to read the migration readme as...
View ArticleIonic 2.0: Uncaught ReferenceError: ionic is not defined
Seems like the default app does have tabs, but it does not have content in tabs 2 and 3. That was my bad. I found this one https://github.com/driftyco/ionic2/issues/763 which fixes it for non --lab....
View ArticleDownload Ionic 2 bundle files without npm
Oh ok, I see. Thank you for your explanations. You say "Currently", so will a bundle be available in future ?
View ArticleIs RxJS functional in Angular2/Ionic2 right now? Have an example?
Thanks for sharing! Kudos!
View ArticleDownload Ionic 2 bundle files without npm
it's still up in the air. We're still investigating if this would be something we would want to support or not.
View ArticleIonic tabs bottom android leavs space for tab
Your content is getting the "has-header" class. Just remove the class.
View ArticleConvert base64 string format for video file
I am trying to convert media file(video) from device video gallery to base64.Because parse Files only takes base64. //assume _videoURI is media file var _videoURI = "this is media file" //I tried...
View Article