Posts by Camila Cardoso • 73 points
3 posts
- 
		1 votes2 answers180 viewsA: Scrollview does not roll on 320x240 screenFixed: I took out Scrollview and used only the integrated scroll of Listview. I put VerticalOptions="FillAndExpand" in Listview. It worked in all resolutions. 
- 
		1 votes2 answers180 viewsQ: Scrollview does not roll on 320x240 screenI have a shaman page with a Scrollview and a Listview that work normally on popular smartphones. The problem is that the scroll bar does not work on the Samsung Pocket Duos device, which has a… 
- 
		5 votes1 answer168 viewsQ: Load Webview in Objective cI set up a Builder interface to load a webview, with . h, . m and .xib. In a side menu, when clicking on an option, I need to call this webview. Running the application, clicking on this option…