Telerik-Verified-Plugins / NativePageTransitions

Native transitions like Slide and Flip for iOS, Android and Windows Phone
277 stars 108 forks source link

Remove unnecessary .html filter #154

Closed iameugenejo closed 7 years ago

iameugenejo commented 7 years ago

This filter disallows usage of non html extensions.

I'm using www assets hosted from a remote server which doesn't use .html extension.

This filter is restricting me from using extension-less urls.

This commit removes that restriction.

EddyVerbruggen commented 7 years ago

Hope this doesn't have repercussions for others, but for "normal" usage it shouldn't. Cheers!