Daniel Stasiak

Results 6 comments of Daniel Stasiak

Ok, I think I fixed the major problems in my case (but it may not be sufficient in general). 1. I modified first condition like this: `if (dir === 'left'...

I have got exactly same problem. Updating WebView/Chrome according to this article: https://www.xda-developers.com/google-confirms-webview-issue-crashing-android-apps/ does not work. Any help would be highly appreciated.

I've found temporary solution. Its disadvantage is that the video does not open on fullscreen. About the fix: YouTube API method `createPlayVideoIntentWithOptions` in `src\com\bunkerpalace\cordova\YoutubeVideoPlayer.java` seems to cause the problem. Setting...

You can style the element using `theme` attribute in the datepicker options. If your style is overwritten by any existing style you can use `!` symbol before the desired class.

Having the same issue. You can overcome it by adding the ID to your datepicker container and new window event listener in your custom datepicker component. Typescript example within the...