Scrolling fails on the BB Touch devices. As I scroll the container, the framework LWUIT BBport never detects the "release" and when I remove my finger from the device. As a result, the next press on the screen jumps me back to where the first scroll started.Can anyone faced the same problem and have fixed it please help me.
Thanks
Are you using 1.5? Torch broke compatibility with previous RIM devices and is only supported by the latest LWUIT release.
Related
Since updating to XCode 7.1, I am experiencing issues with using UICollectionView with simulator. Simulator always stops working (rainbow wheel appears) after few scrolling events on any UICollectionView.
This problem appears only in simulator, app works perfectly fine on device. This issue was not there with the previous XCode version. Also, updating to 7.1.1 did not help.
Is anyone else experiencing this issue?
I think this problem is due to memory , increase the system RAM because xcode 7.1 is heavy then earlier one .
The issue is discussed in more detail in Apple's forums at https://forums.developer.apple.com/thread/24274
The issue is that there's a delay in transferring some accessibility information between the sim runtime and host which some users are hitting. Try disabling Flexiglass, Better Touch Tool, Accessibility Inspector, or any other utilities which may be requiring that data.
I have recently started working on IOS app development and was encountering an issue. I have downloaded XCode 6.1.1 and my target SDK is IOS 8.1.
On building and running my application I dont have the mobile/Iphone interface coming up in which I can check my layout how the app will be presented once it is deployed on Iphone. All I get is a rectangular box which is definitely not resizable and I am unable to check my app.
On this rectangular box which is definitely not the one I am expecting, I can see my labels and buttons in a crap state.
I tried changing the SDK version to 7.1, changed the build type from debug to release, change the deployment target to 7.1 also, using Iphone 5S,7.1 simulator also but the issue seems non-resolved.
It looks like you're on 100% zoom, so you should be able to see the full phone by zooming out. In the iOS simulator, in the top bar go to Window->Scale and select 50% or 75%. If the zoom level is the problem, that should fix it. Hope it helps :)
Converted an application using Android WebView as a wrapper for a Mobi site, this weird issue has occurred:
The app can scroll, only after rotating the view does it correct and still then it is only some of the time, additionally the issue can be presented when rotation is done if there was no issue before.
Tested Operating System:
Simulator
BB10.2.0X.1803 -> BB10.2.1.1925 (Occurs in all builds between)
BlackBerry Devices:
Z10 and Z30 running 1925.
I can provide more images if required.
Thank you in advance.
After awaiting a response from BlackBerry I have heard nothing so it is not confirmed that this will fix every issue with BlackBerry 10.2 devices and WebViews however it sure has resolved my issue.
The WebView appears to render incorrectly due to hardware acceleration being enabled on Android to BlackBerry applications, the solution to this problem is to disable hardware acceleration in one of two places.
if (Build.BRAND.equals(BLACK_BERRY))
{
webView.setLayerType(View.LAYER_TYPE_NONE, null);
}
Assuming that you have a WebView that is defined as webView, else deactivating the setting in the Android manifest for the entire application is also a feasible solution.
<application
android:hardwareAccelerated="false"
This either one of these should solve the issue with the WebView.
I was working with Xcode 4.6 with iOS 6 SDK for building our iOS app. Recently we migrated to Xcode 5 which comes with iOS 7 built-in. After migrating to iOS 7 SDK, lot of weird things are happening e.g. status bar issue, keyboard animation mess up and UIImagePickerController status bar issue.
I am not finding any solution for the weird keyboard animation issue. When I tap the username text field in my login screen, entire view is going up till the text field and its not scrollable also. Its totally screwed up. Please note that mine is a hybrid application built using cordova library. So, all the UI elements are designed in HTML5. Below are two screenshots for the key board issue.
Please suggest me how to fix this… Thanks in advance….
That seems to be a problem in web view's on iOS7. We have the same problem.
It seems fixed in iOS 7.1.
One of our clients has come back to us today with a bug that has been found on the Torch 9860 (running OS 7.0).
It seems my app is running in a small box in the centre of the screen, with a big blue border surrounding it. If the soft keyboard is not showing, there is a black box where the keyboard would be.
This issue has not been reported before on other devices, and the app has been "in the wild" for a while. I have not seen it on our test devices - but do not have a Torch 9860 to test with.
I have attached photos of the app running on the device. The blue border is the problem - normally my app would fill the whole screen. I did not create the blue border (to the best of my knowledge).
Apologies for the photos - this is what they sent to us.
Showing the app running in a small box surrounded by the blue border. Note the black space where the keyboard would be if it was required.
Showing the app with the soft keyboard visible.
With some googling, I found 1 possible reference to this issue to do with an instant messaging app not showing correctly on 9860. Feedback was that they were looking into it.
I wonder who else has seen this, or can recommend solutions?
Updates
runs fine on the 9860 emulator
seems to be mentioned in this thread: Blackberry OS 7 Compatibility failed with 9860/9850 device
Thanks, Rafael (left answer in a comment to my question).
Based on the comment I told the client to run the app in compatibility mode (accessed through the system options - application options menu). This seems to have fixed the problem without me having to recompile for SDK 7.0 (also I don't have to start supporting multiple OS's yet).
I already had the blackscreen on bottom when the keyboard should be popped. But it happened rarely and get resolved with an update of the Blackberry
Ask for the OS version/platform of the Blackberry, and propose a update to him, if available.