How to unregister a plugin for a specific view

By Ruby

How to unregister a plugin for a specific view. To be more specific, I don't want TinyMCE in mobile view.

I tried elgg_unregister_event_handler('init', 'system', 'tinymce_init') but it doesn't work. elgg_unextend_view is ok but I think it leave unnessesary css/js?

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking