Registering File Types

Is it possible to register file types to the app. For example, when a user recieves a ics ical file per e-mail, I would like them to be able to tip on the file and open it in my app.

I know that iOS has this kind of feature

(https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html#//apple_ref/doc/uid/TP40010411-SW1)

Is this possible in with ionic?

1 Like