Reputation: 3221
Can we have add-ons(FireFox) or extensions(Chrome) in the mobile browsers like how we are using them with web browsers.
Can we do the following things:
Install an extension or plugin or add-on in the Mobile browser. (Mobile device can be Anything android or iPhone).
And can we utilize the touch and text area click events like how we are using to get them and code something ourself for our plugin use.
Can we use a javascript or ajax calls and accessing the browser events without using an webview.
I need to know that:
If user types or clicks in the text fields, I have to get to know that and do access the browser text field and do some useful things by code.
But I don't want to use a separate web view application. And I do want to stay in the browsers current view itself and do the above things.
For Android is dare needed one. Please help me out for this, I had to research a lot but I couldn't find the solution.
I want to know whether we can do this or not.
Upvotes: 6
Views: 93721
Reputation: 321
Chrome for android still has no support for extensions. Still its pretty good browser. If you really need addons you should try Firefox for android: https://play.google.com/store/apps/details?id=org.mozilla.firefox
Additionally, you can try both browser beta versions. :) Hopefully i was helpful
Upvotes: 0
Reputation: 4537
Kitt supports extensions on iPhone using a subset of the extension framework used by Chrome.
Upvotes: 3
Reputation: 158
There is now a Chrome Beta for Android. It says you can install addons. It's, IMHO, pretty good and getting better with every revision. https://play.google.com/store/apps/details?id=com.chrome.beta&hl=en
Upvotes: 0
Reputation: 25322
You can write add-on for Firefox Mobile using the Add-on SDK. Take a look to the documentation, specifically to the guide “Developing for Firefox Mobile”.
Upvotes: 4