agalushka / panoramagl

Automatically exported from code.google.com/p/panoramagl
0 stars 0 forks source link

Hot spot is not responding on iPad Air devices #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a hot spot
2. Run the application on any iPad Air device for any iOS version.
3. Tap on the hot spot

What is the expected output? What do you see instead?
There should be a action on tap of hot spots. there is no any action on click 
of hot spots.

What version of the product are you using? On what operating system?
Using XCode 6.3. MAC OS 10.10.3, iOS 7.x+ (Only on iPad Air devices)

Please provide any additional information below.
We have develop a app about 1 year back. and it is was working fine on all 
devices at that time. Still it is working fine on iPad 2 all iOS version but 
not working on iPad Air devices. I have investigate the major part of code bot 
not found any clue to sort out this issues. Any on please help me as it is 
major issue in the app.

Quick response is really appreciated. 

Thanks,
Sunil

Original issue reported on code.google.com by sunil.verma@mobiloitte.com on 2 Jun 2015 at 12:10

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi,  

After investigation more on code, got the solution for this:

Just just change the Architectures to "$(ARCHS_STANDARD_32_BIT)" in info plist 
build setting, it work for me. 

Original comment by sunil.verma@mobiloitte.com on 10 Jun 2015 at 8:42

GoogleCodeExporter commented 8 years ago
this not a long-term solution,Apple requires a 64-bit can upload appstore,What 
do you think about it

Original comment by shaojian...@gmail.com on 13 Jul 2015 at 4:18

GoogleCodeExporter commented 8 years ago
i have fixed it

just replace "PLVertex"  CGFloat to  GLfloat
struct PLVertex 
{
   GLfloat x, y, z;
};

my blog

http://www.skyfox.org/ios-panoramagl-360-arm64-hotspot.html

Original comment by shaojian...@gmail.com on 13 Aug 2015 at 8:32