Javal Nanda

Results 14 comments of Javal Nanda

Raised a PR for the same https://github.com/AAChartModel/AAChartKit-Swift/pull/332

@Codeido Have applied the quick workaround for the scroll issue. Do check if it looks good to you https://github.com/Codeido/PMAlertController/pull/45

@Codeido Makes sense, the back compatibility will be a major issue. Are you thinking of embedding entire alert view inside a scroll view?

ok, 👍 Let me know if you are already working on it. Else, I could spend some time on it the coming week.

@Codeido Scrolling entire alert view looks really bad. Just tried out. The Default AlertController also scrolls only the text part. I think we will need to scroll only the content...

@Codeido Sent one more PR, see if it is helpful. Also, I think it will be good to have a limit to the number of action buttons to max 5...

Is this still a valid bug? I am able to see a value after ?? which is "blue" ![Simulator Screen Shot - iPhone 8 - 2020-06-08 at 22 54 00](https://user-images.githubusercontent.com/1729042/84061120-f7962b80-a9da-11ea-9c4e-6fa67b133bfe.png)

http://stackoverflow.com/questions/11823649/rendering-epub-in-two-page-mode

@jdpecson hey can you plz share a code of two page display in landscape mode ? I am struggling for the same but unable to achieve it. can you send...

I achieved it by changing the following code in webViewDidFinishLoading of EpubViewController.m NSString *insertRule1 = [NSString stringWithFormat:@"addCSSRule('html', 'padding: 0px; height: %fpx; -webkit-column-gap: 0px; -webkit-column-width: %fpx;')", webView.frame.size.height, webView.frame.size.width ]; to NSString...