Platformer simply does not work well with physics. The best way to do this is either:
-Overlay an invisible physics box which is over the player, however I doubt this will turn out well.
-Trash the platformer behavior, and make your own physics-based platformer using events. It's not that hard.