Fittext Resize only works after resizing page in jQuery Mobile

Asked

Viewed 163 times

2

I am working on a project with jQuery Mobile and I am using the plugin resize Fittext text. The plugin works fine, except in jQuery Mobile, where I have several pages in a single HTML file, when I change page, the plugin resize not arrow the sizes I put in. It only works if I start resizing the page.

My problem is just like the one I found in Stack Overflow, but the topic is unanswered. How to solve this?

  • 1

    Okay, I gave you a reward for the answer now just wait http://stackoverflow.com/questions/15754662/

  • Since I don’t use my gringa account anyway

  • 1

    You can link to your page or put your code here?

2 answers

1

0

Already tried mobile from jQuery built in 'remissive VCLIQUE' 300ms commit characteristic delay. Using this, you can omit the Fastclick usage. Because Fastclick does the same thing by eliminating the 300ms delay. You’re not having any problems with jQuery Mobile and Fittext. So, you won’t feel any problem using 'remissive VCLIQUE' and Fittext together. You won’t have to face many problems. Here is an example.

$("#element").bind('vclick', function(event) {
   decrementInput(this.id);event.preventDefault();
});

Browser other questions tagged

You are not signed in. Login or sign up in order to post.