Code Monkey home page Code Monkey logo

framework7-plugin-feeds's People

Contributors

dann2012 avatar nolimits4web avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

framework7-plugin-feeds's Issues

howto correctly install the plugin-feeds in the template project?

After plenty of tries, I need your help.
I am not getting this plugin to work in the structure of the template project
which is different from the example here on github.

I created a Framework7 template project using:

framework7 create --ui
I selected cordova + pwa as target with recommended settings.

npm install
npm install framework7-plugin-feeds
where is the correct folder to add the plugin code.
I work in the โ€œsrcโ€ folder.

I install CSS and JS SCRIPT in the index page

However I cannot get the plugin to work.
I copy the sample demo code in my project but I only get an endless spinning wheel.
I am not sure the plugin is really active.
page suffixes are .f7 instead of html as in the sample demo code.

I would be very grateful for a help how to integrate the demo code properly in the template project generated by framework7 create --ui

sincerely thanks

News Items Titles are too long

Hi Vlad, I am working on implementing your new feed plugin. I didn't succeed yet, but when checking the plugin's demo on the idangerous framework 7 page, i noticed that when you go inside a news item, the title is too long, and overlabs the "Back" button text.
Is there any way to adjust this perhaps?

Thanks..

formatDate function not passed as param

In the following:

data-formatDate="myFormatDate" is ignored as the parameter is not passed (so default is always uesd) to app.feeds from file: framework7.feeds.js line 257:
app.feeds(this, {
url: f.attr('data-url'),
openIn: f.attr('data-openIn') || undefined,
virtualList: f.attr('data-virtualList') || undefined,
listTemplate: f.attr('data-listTemplate') && app.templates && app.templates[f.attr('data-listTemplate')] || undefined,
itemPageTemplate: f.attr('data-itemPageTemplate') && app.templates && app.templates[f.attr('data-itemPageTemplate')] || undefined,
itemPopupTemplate: f.attr('data-itemPopupTemplate') && app.templates && app.templates[f.attr('data-itemPopupTemplate')] || undefined,
});

Permission issues on live server

Runs great on local server but when deployed to live comes up with the following error:

Failed to load resource: the server responded with a status of 403 (Forbidden)

Loading the error line for the proxy link:

Forbidden
You don't have permission to access /feeds/demo/proxy.php on this server.

Assume permissions thing - tried most things.

proxy.php

Hi,

I have tested it its working on localhost, but its not working on mobile apps there is an issues with proxy.php file which need a server but in mobile webview didn't have so can you help me how to fixed it..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.