Instead of continuing the battle against spammers, we decided to close the forum for new users and topics. But don't worry, there are still plenty of ways to reach us. Most notably, we will move our attention to Stack Overflow, where we will monitor questions under the tags [highcharts], [highstock] and [highslide].
For other ways of getting in touch with us, see Highcharts Support or Highslide Support.
Torstein Hønsi, CTO, 2013-01-29if (/(Android|BlackBerry|iPhone|iPod|Palm|Symbian)/.test(navigator.userAgent)) {...}RoadRash wrote:I think I finally figured out what happened: you probably opened mobile.js in the browser and copied the content. The ‹ and › which makes the mobile prev and next buttons became ‹ and ›. This wouldn’t have happened if you had downloaded the file instead. I now have replaced the ‹ and › with HTML entities. You need to download/copy the content again to correct the strange characters.
leopardus2 wrote:...you should really include it in the distribution.
RoadRash wrote:I think I finally figured out what happened: you probably opened mobile.js in the browser and copied the content. The ‹ and › which makes the mobile prev and next buttons became ‹ and ›. This wouldn’t have happened if you had downloaded the file instead. I now have replaced the ‹ and › with HTML entities. You need to download/copy the content again to correct the strange characters.
leopardus2 wrote:RoadRash wrote:I think I finally figured out what happened: you probably opened mobile.js in the browser and copied the content. The ‹ and › which makes the mobile prev and next buttons became ‹ and ›. This wouldn’t have happened if you had downloaded the file instead. I now have replaced the ‹ and › with HTML entities. You need to download/copy the content again to correct the strange characters.
Still does not work. Now controls show correctly but both the controls and the dimming is out of the current viewport, much
like in your screenshot above...
Rick
RoadRash wrote:This is how I see your images on my iPhone 4 now:
The conrols is correctly placed middle left and middle right in an overlay on top of the image, meaning the position and look of the regular browsers controls is overridden for mobile devices.
I think the dimming is worse in your page than in the sample page because your page don’t have a doctype declaration.
RoadRash wrote:This is how I see your images on my iPhone 4 now:
The conrols is correctly placed middle left and middle right in an overlay on top of the image, meaning the position and look of the regular browsers controls is overridden for mobile devices.
I think the dimming is worse in your page than in the sample page because your page don’t have a doctype declaration.
// Add a meta tag to have the iPhone render the page 1:1
hs.createElement('meta', {
name: 'viewport',
content: 'width=device-width; initial-scale=1.0; maximum-scale=1.0;'hs.dimmingOpacity = 0;Users browsing this forum: No registered users and 4 guests