Closed bummytime closed 8 years ago
On iOS we used a url scheme to (secretly) enable the editor. We will need to do a similar concept here.
ref: https://github.com/wordpress-mobile/WordPress-Editor-iOS/issues/143
I'll to use the same URI scheme/host/params: wordpress://editor?available=1&enabled=1
Sample link on: https://bia.is/wpbeta/2016/02/02/wordpress-scheme/
With the iOS editor, we implemented a way to "turn on" the new editor for selected users. Thus allowing us to have a controlled rollout of this new feature. We will need to do a similar thing on Android...e.g.
Ref: https://github.com/wordpress-mobile/WordPress-Editor-iOS/issues/126