Add support for platform browser
See original GitHub issueCordova CLI 4.0.0 adds support for the browser
platform. How should this plugin handle this platform? Is it possible to bind the analytics JS browser library methods to the plugin? ie:
var ga = require('analytics.js');
...
startTrackerWithId: function(trackerId){
ga('create', trackerId, 'auto');
}
...
This was my first thought when facing the issue, what do you think? Are there any side-effects I haven’t noticed? Any other approaches?
Issue Analytics
- State:
- Created 9 years ago
- Comments:14 (1 by maintainers)
Top Results From Across the Web
angular/platform-browser
Supports execution of Angular apps on different supported browsers. The BrowserModule is included by default in any app created through the CLI, ...
Read more >angular/platform-browser
Angular - library for using Angular in a web browser. Latest version: 16.2.1, last published: 6 days ago.
Read more >Error adding cordova platform browser, "Error loading ...
If I run cordova platform add browser it creates the dir, copies all the files, and things mostly looks like it works right...
Read more >Supporting the Browser Platform in a Cordova Plugin
To add support for the browser platform, we'll need to configure it in plugin.xml (whose specification can be found in the Cordova documentation),...
Read more >@angular/platform-browser | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is here, release 1.7.0
PR #313 created to browser support - dev is not complete yet