jwxbond / panoramagl

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

Hotspots not tappable in iOS 8.x #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Hotspot
2. Click o Hotspot
3.

What is the expected output? What do you see instead?
When clicked on the hotspot, there should be some action.

What version of the product are you using? On what operating system?
Using on iOS 8.3

Please provide any additional information below.
We have developed this app very long time back, and it was all perfect till 
7.x, when I installed on iapd with 8.3 the Hotspots are not responding. I have 
scanned almost every piece of code however i couldn't find anything that is 
deprecated from 7.x  to 8.x . please help, this is major app.
Thanks,

Original issue reported on code.google.com by sravanik...@gmail.com on 19 May 2015 at 9:26

GoogleCodeExporter commented 8 years ago
Hi,  

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

Thanks,
Sunil

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

GoogleCodeExporter commented 8 years ago
Awesome! It works!!! I have debug for entire day for this problem, thank u sooo 
much!!

Original comment by chenxi2...@gmail.com on 5 Jul 2015 at 6:48

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:31