Vaibhav Chopra
Vaibhav Chopra
You can publish safari extensions for iPad OS now. https://support.apple.com/en-in/guide/ipad/ipada7ca2a18/ipados A macbook with xcode might be needed though
Also @colbyfayock why don't we try DOMParser. Its a feature of js that I encountered while working on chrome extensions in another unrelated project. Essentialy what it allows you to...
I will work on this new feature. I would love to add value to this repo. I think my previous experience with DOMParser will help us.
I have added a pull request ( #32 ) with some code that expresses the direction I'm thinking. Of course, you understand the code base much better than me. The...
in some examples, you haven't specified template filename, but still the partial insertion works. So the readme says that this defaults to index.html, but I did not find the index.html...
also where are you inserting the variables? the options object is never used in the inject partial
@colbyfayock I am glad to report that the partial injection is finally working as expected. I will add an example and test cases and you can check it out then.
After doing what we have done, do we really need to pay special attention to that meta tag use case exception in examples? We have changed the way we inject...
I'll have a look into the meta tag issue
The better and more elegant solution that I settled with which has been a common fix with these strange errors related to chart/SVG rendering in react native is to set...