Ken Sodemann

Results 10 comments of Ken Sodemann

@itziksha : thank-you for bringing that up. I 100% agree with you and started discussing that with the Capacitor team this morning. They have asked me to open an internal...

Here is a sample app that shows the behavior: https://github.com/kensodemann/test-scroll Run on a phone that is running iOS 12.2 Beta 4 On home, press the button, which opens a child...

@SimoneMSR - it has to be a plugin causing the problem, so it is not Ionic Framework related, so posting it in the Ionic repo would not be appropriate. If...

Problem also exists with `@ionic/react` projects. In both cases, the `index.html` is in `public` and not `src` (where Angular puts it).

I think this should be re-opened. I created a blank starter, added the android and ios platforms, and then did cordova-res with a new icon, which generated the warnings. Project...

@gregmeszaros - follow the instructions here to generate the *-foreground.png files: https://github.com/ionic-team/cordova-res#adaptive-icons That should at least get you past this, though I believe that we need to get a bit...

Sean already gave you some good examples to go by, but I will just add a few notes here, kind of a free code review based on some things I...

If you have not already, please upvote (👍) the first post in the issue. The team uses that for ranking issues. They also already know this is important, of course,...

We did some testing on this and noted one minor change that was required to the modified code: ```Java case "hide": { cordova.getActivity().startActivity(new Intent(cordova.getActivity(), cordova.getActivity().getClass())); callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.OK, true)); return true;...

@mattnick89 - there is a [premier version](https://ionic.io/docs/premier-plugins) of this plugin and it has been fixed there. Apparently, the same PR has not made its way in to the community version...