Building a wordpress theme with ionic

Hi everybody,
I’m trying to build a Wordpress theme with ionic and it works well. My problem is about the deep linking system interracting with permalinks. The structure of a post URL is https://www.mywebsite.com/single/post-title. It’s implemented in the wordpress’s permalink system and in the router system of the app. But when i’m trying to acces directly that URL, the page stay blank.
Any suggestion ?