-
Sub-task
-
Resolution: Done
-
Major
-
None
Right now the Mobile palette is available only for html files with HTML5 doctype:
<!doctype html> ...
That was OK for jQuery and plain HTML5 projects.
But angularJS (so ionic too) wildly uses templates. A template is just a file with html code w/o any declaration at all.
So I would enable the Mobile palette for:
- any html file with <!doctype html> declaration
- any *.html file without any doctype declaration
otherwise the old JSF palette should be shown.