J.D Nicholls
J.D Nicholls
I'm trying to call this method from a plugin but it throws an exception: ``` const safariHackVC = UINavigationController.alloc().initWithRootViewController(self.safariVC); safariHackVC.presentationController.delegate = self; if (ios.MajorVersion >= 13) { safariHackVC['setModalInPresentation'](true); //throws an...
Hi man, It would be wonderful if you can create examples with Pixi.js and Phaser! Regards, Nicholls
Roadmap
- [ ] [Adding as an awesome list](https://github.com/sindresorhus/awesome/blob/main/contributing.md#adding-something-to-an-awesome-list) - [ ] Add more games!
Enable Action for Semantic Release: https://github.com/marketplace/actions/action-for-semantic-release
Enable StoryBook: https://github.com/andreaswissel/stencil-storybook-starter
- [x] Animista: https://animista.net - [x] Confetti: https://codepen.io/danwilson/pen/vKzbgd - [ ] Illusion of life: https://codepen.io/jeroens/post/the-illusion-of-life - [ ] background Position: https://codepen.io/rachelnabors-teaching/pen/MwYMJe?editors=1010 - [ ] Include props like `fromX`, `fromY`, `fromZ`,...
Hello guys, I'm testing the [Samples](https://github.com/UnityTech/UIWidgets/tree/master/Samples) of this project from a MacBook Pro (TouchBar 2017), and they are working well on Android, but testing from iOS Simulator the examples are...
Hello guys, Thanks for this project, it looks very interesting! I'm the author of this plugin https://github.com/proyecto26/RestClient and I was wondering if you can give me some instructions to integrate...