Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to change properties (such as -webkit-text-size-adjust:, -webkit-column-gap, -webkit-column-width, etc) of the WebView Page at webViewDidFisnishLoad: deligate, using stringByEvaluatingJavaScriptFromString:, however it works only about half the time. Sometimes I get a white blank screen(?) or size, column change is not done.

I believe that javascript is not executed properly if/when a touch action occurs or other function is executed while being executed.

I'd like to know if there is a way to check to see changes using stringByEvaluatingJavaScriptFromString: is properly done or not. Now I am running stringByEvaluatingJavaScriptFromString: by mainthread.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.