galaxy-tab Questions
11
Solved
Is it possible to detect change in orientation of the browser on the iPad or Galaxy Tab using javascript? I think it's possible using css media queries.
Grewitz asked 31/3, 2011 at 11:15
17
This is my code to play the recorded audio 3gp file
Intent intent = new Intent(android.content.Intent.ACTION_VIEW);
Uri data = Uri.parse(path);
intent.setDataAndType(data, "audio/mp3");
start...
Disunion asked 4/5, 2011 at 11:30
8
Solved
I've used hierarachyviewer earlier, but on android emulator. It works absolutely fine when I use it on the emulator. However it does not work with Samsung Galaxy TAB 7.0, with Android 2.3.4.
This...
Candancecandela asked 18/5, 2012 at 5:44
1
Edit:
Seems the issue is this device needs not multiple of 16 dimensions...but multiple of 32. Thing is, I still have no idea how to determine what quantifies as a problematic device. This does ap...
Christadelphian asked 6/10, 2017 at 17:25
6
Solved
I am attempting to leverage the USB host capability on the Samsung Galaxy Tablet. I purchased the attachment dongle from samsung (http://www.samsung.com/us/mobile/galaxy-tab-accessories/EPL-1PL0BEG...
Sibie asked 23/9, 2011 at 21:8
5
Our client wants us to display numeric keyboard for an input field so basically I created a field like:
<input type="number" name="quantity" step=".01" value="0.00" />
However, Galaxy Table...
Gusher asked 21/6, 2012 at 9:6
3
I really don't know what to do with this, I have a galaxy Tab 2, 7 inches tablet and using chrome as the browser (v26.0.1410.58) in Android 4.1.1.
I'm loading the web app in portrait mode and the m...
Venepuncture asked 15/4, 2013 at 17:26
1
Solved
I am having a problem with video playback on Android 4.4 on the Galaxy Tab 3. The issue did not occur with the previous Android version 4.2.
The issue
I am playing a video in a loop. This worked ...
Elli asked 15/10, 2014 at 14:41
3
I know that there are many questions about that isssue already responded, but none of the solutions given has worked for me.
I'm developing a web for an enterprise that's using Samsung Galaxy Tab....
Debbee asked 28/9, 2012 at 7:52
3
Solved
I am trying to connect to a Galaxy Tab 10.1 running Android 3.2
I have seen several similar questions, but they all seemed to be related to having the device setup incorrectly. I have it set to al...
Harelda asked 25/5, 2012 at 12:23
3
Solved
I know that the screen resolution is 1280×800px but Honeycomb's bottum menu bar makes this a tad smaller, but how much smaller?
Has google published the height of the menubar? (the one that can't ...
Pless asked 29/9, 2011 at 20:8
2
Solved
I seem to be facing this weird error on a socket.connect():
09-18 14:41:22.968: W/System.err(2593): java.lang.NullPointerException
09-18 14:41:22.968: W/System.err(2593): at android.sec.enterprise...
Prescott asked 18/9, 2012 at 22:7
2
Solved
Im working on this project for work atm where an e-learning will be played on the samsung galaxy tab. the game is just a website but will be showed as app.
When you log in for the first time you w...
Africander asked 28/11, 2011 at 10:11
2
Solved
I created an app that uses GLES2.0 on a HTC Desire S.
It works on the HTC, but not on an Samung Galaxy tab10.1.
The program cannot be linked (GLES20.glGetProgramiv(mProgram, GLES20.GL_LINK_STATUS, ...
Toddtoddie asked 9/7, 2012 at 15:22
5
Solved
i'm writting an app which sends byte codes from a tablet to a µ-controler. Everything worked fine on the Lenovo A1 (Androi 2.3) and Samsung Galaxy Tab 7 Plus N (Android 3.2). Now i'm having issues ...
Electrometallurgy asked 18/6, 2012 at 12:25
4
I have the Galaxy tab GT-P1000 7 inch with firmware version 2.3.3 and Phones running Android 2.2. In both versions when ever I am trying to get the time from GPS, its showing 1 day advance from 1st...
Bullington asked 3/1, 2012 at 6:27
2
Solved
I have a program with 2 fragments. On tablets I am showing both of them. I am doing this with /layout-sw600dp folder. On Motorola Xoom and other tablets it is working but not in Samsung Galaxy Tab ...
Falkirk asked 19/1, 2012 at 12:49
3
Solved
I am working on a 2d tutorial and was able to test my current tutorial part on a Samsung Galaxy Tab.
The tutorial simply moves the default icon randomly over the screen. With a tap I create a new ...
Crossstaff asked 18/3, 2011 at 10:46
1
Solved
One would say that if the Galaxy Tab screen resolution (in portrait mode) is 600px and the screen width is 3.55inch, the screen density would be 600/3.55 = 169 dpi. Knowing that and keeping in mind...
Dejected asked 13/8, 2011 at 9:38
1
© 2022 - 2024 — McMap. All rights reserved.