You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/20 14:43:58 UTC

[GitHub] [cordova-plugin-inappbrowser] mreis1 opened a new issue #766: Unable to access shared localStorage when a local page is loaded (iOS 13.6.0 and 4.0.0)

mreis1 opened a new issue #766:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/766


   # Bug Report
   
   ## Problem
   Using cordova-plugin-inappbrowser@4.0.0 localStorage values are unaccessible. 
   In @3.2.0 this works fine.
   
   How to reproduce: 
   
   Allow with your index.html create another html file such as test.html.
   at index.html you must set a localStorage value.
   In test.html you must attempt to read that value.
   
   Expected: Value is defined
   Current: Value is undefined
   
   iOS Version:  13.6.0
   Plugin Version: 4.0.0
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] JeffChan702 commented on issue #766: Unable to access shared localStorage when a local page is loaded (iOS 13.6.0 and 4.0.0)

Posted by GitBox <gi...@apache.org>.
JeffChan702 commented on issue #766:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/766#issuecomment-689490527


   I had the same problem.
    Have you solved it?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] guycalledseven edited a comment on issue #766: Unable to access shared localStorage when a local page is loaded (iOS 13.6.0 and 4.0.0)

Posted by GitBox <gi...@apache.org>.
guycalledseven edited a comment on issue #766:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/766#issuecomment-690065971


   > Any luck with this? Having a very similar issue where we download a zip file and unzip to storage on the device. Index.html opens in inappbrowser, but not other assets load that live in that same folder, all images and references to js files are broken. can confirm works as it should in 3.2, but as of 4.0 its no longer working.
   
   @switchboxinc I pushed pull request #778 which should resolve that exact issue. it's not yet merged into master, so you can try pulling my fork and testing
   
   ```
   ionic cordova plugin add https://github.com/guycalledseven/cordova-plugin-inappbrowser
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] switchboxinc commented on issue #766: Unable to access shared localStorage when a local page is loaded (iOS 13.6.0 and 4.0.0)

Posted by GitBox <gi...@apache.org>.
switchboxinc commented on issue #766:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/766#issuecomment-685905597


   Any luck with this?  Having a very similar issue where we download a zip file and unzip to storage on the device.  Index.html opens in inappbrowser, but not other assets load that live in that same folder, all images and references to js files are broken.  can confirm works as it should in 3.2, but as of 4.0 its no longer working.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] guycalledseven commented on issue #766: Unable to access shared localStorage when a local page is loaded (iOS 13.6.0 and 4.0.0)

Posted by GitBox <gi...@apache.org>.
guycalledseven commented on issue #766:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/766#issuecomment-690065971


   @switchboxinc I pushed pull request #778 which should resolve that exact issue. it's not yet merged into master, so you can try pulling my fork and testing
   
   ```
   ionic cordova plugin add https://github.com/guycalledseven/cordova-plugin-inappbrowser
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org