Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

jquery mobile breaks rails application #38

Open
knzudgt opened this issue Jun 30, 2018 · 0 comments
Open

jquery mobile breaks rails application #38

knzudgt opened this issue Jun 30, 2018 · 0 comments

Comments

@knzudgt
Copy link

knzudgt commented Jun 30, 2018

I would like to create a mobile version of my rails 5.0.0.1 application.
Once installed jquery-mobile-rails, however I encountered serious issues: css rules are not respected, redirects fail, javascripts do not work, colours are blurred, buttons do not work, writings on buttons are unreadable... I also tried version 1.3.2 with the same bad result. I am using jquery-rails version 4.1.1
What do you think is causing these problems? I am using the following scripts: jquery.remotipart (as gem), autosize.js by Jack Moore, jQuery datetimepicker, fullcalendar rails (as gem). The following code is an extract from application.js

//= require jquery
//= require jquery_ujs
//= require jquery.remotipart
//= require autosize
//= require datetimepicker
//= require moment 
//= require fullcalendar
//= require bootstrap
//= require turbolinks
//= require_tree .

The following is instead an extract from application.css:

 *= require fullcalendar
 *= require_tree .
 *= require_self
 */
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant