phonegap / phonegap-roadmap

Upcoming milestones and projects for PhoneGap
4 stars 6 forks source link

PhoneGap Typekit Plugin #163

Open mwbrooks opened 7 years ago

mwbrooks commented 7 years ago

Description

Part of the Creative SDK and Adobe Mobile SDK. This will attempt to add a PhoneGap plugin implementation.

macdonst commented 7 years ago

Started work with the CSDK team on the Typekit plugin only to discover quickly that it is not useful for a PhoneGap app. The Typekit plugin will sync fonts with your app to be used to style text views. The web view would need to load the actually font file for it to work. This should be accomplished via the Typekit JS interface instead. However, that is problematic due to the fact Typekit JS is validated by the domain it is loading.

Consequently, work on this plugin has been parked and we moved onto Asset Browser.

mwbrooks commented 7 years ago

Thanks @macdonst!

See https://github.com/phonegap/phonegap-roadmap/issues/166 to track the Asset Browser work.

macdonst commented 7 years ago

Something good came out of Tech Summit. By being able to sit with the Typekit team they were able to correct my mistaken conclusion that only native views could use the sync'd fonts. I've successfully been able to download and use a font on Android. iOS work has not started yet.

screenshot 2017-02-13 20 19 09