[jira] [Issue Comment Deleted] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-03-15 Thread Marc Luria (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Luria updated CB-10698:

Comment: was deleted

(was: Any update on this?)

> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>Assignee: Shazron Abdullah
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-03-15 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15195367#comment-15195367
 ] 

Marc Luria commented on CB-10698:
-

Any update on this?

> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>Assignee: Shazron Abdullah
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-03-15 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15195365#comment-15195365
 ] 

Marc Luria commented on CB-10698:
-

any update on this?

> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>Assignee: Shazron Abdullah
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10874) textinput in wkwebvview doesn't open

2016-03-15 Thread Marc Luria (JIRA)
Marc Luria created CB-10874:
---

 Summary: textinput in wkwebvview doesn't open
 Key: CB-10874
 URL: https://issues.apache.org/jira/browse/CB-10874
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin WKWebViewEngine
Affects Versions: 6.0.1
Reporter: Marc Luria


I have a textinput on a page.  Without wkwebview, by using the focus()  method, 
the keyboard opens automatically.

With wkwebview, I can't get the keyboard to appear even when I click on it.
I'm also using the cordova keyboard plugin, but it doesn't seem to matter.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-03-10 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189681#comment-15189681
 ] 

Marc Luria commented on CB-10698:
-

does the fact that has been assigned, mean that there is a good chance it will 
be in next version?  Is it a fix to wkwebview or a fix to cordova-ios?



> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>Assignee: Shazron Abdullah
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10821) ios 4.1.0 crashes working app

2016-03-10 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189104#comment-15189104
 ] 

Marc Luria commented on CB-10821:
-

actually, this bug occurred after I removed and readded the plugin.

However, I went through the process again.

Last time after it didn't I did.

c = cordova

c platform rm ios
c plugin rm all plugins
c platform add ios
c platform update ios@4.1
c plugin add all plugins

This time, based on your advice, I did:

c platform rm ios
c plugin rm all plugins
c platform add ios@4.1
c plugin add all plugins

And it seems to work.

Thanks for your help!


> ios 4.1.0 crashes working app
> -
>
> Key: CB-10821
> URL: https://issues.apache.org/jira/browse/CB-10821
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.0.0
>Reporter: Marc Luria
>  Labels: cordova-ios-4.1.0
> Fix For: Master
>
>
> I upgraded my app using:
> cordova platform update ios@4.1
> did cordova prepare ios, compiled in xcode7.2
> When running app in debugger, get:
> [CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = 
> ["InAppBrowser1155713999","InAppBrowser","injectScriptCode",["window.location.href",true]]
> for each plugin.
> if I do 
> cordova plugin rm pluginname
> cordova plugin add pluginname
> it all seems to work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10823) cordova-ios-4.1.0 breaks phonegap-plugin-push

2016-03-09 Thread Marc Luria (JIRA)
Marc Luria created CB-10823:
---

 Summary: cordova-ios-4.1.0 breaks phonegap-plugin-push
 Key: CB-10823
 URL: https://issues.apache.org/jira/browse/CB-10823
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaJS
Affects Versions: 6.0.0
 Environment: ios 
Reporter: Marc Luria


After upgrading to 4.1.0, phonegap-plugin-push stopped receiving notifications. 
 I reverted back to 4.0.1 and everything was fine.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10821) ios 4.1.0 crashes working app

2016-03-09 Thread Marc Luria (JIRA)
Marc Luria created CB-10821:
---

 Summary: ios 4.1.0 crashes working app
 Key: CB-10821
 URL: https://issues.apache.org/jira/browse/CB-10821
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaJS
Affects Versions: 6.0.0
Reporter: Marc Luria
 Fix For: Master


I upgraded my app using:
cordova platform update ios@4.1
did cordova prepare ios, compiled in xcode7.2

When running app in debugger, get:

[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = 
["InAppBrowser1155713999","InAppBrowser","injectScriptCode",["window.location.href",true]]

for each plugin.

if I do 
cordova plugin rm pluginname
cordova plugin add pluginname

it all seems to work.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10677) inappbrowser defaults to 1.2.0

2016-03-03 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15178818#comment-15178818
 ] 

Marc Luria commented on CB-10677:
-

again, please look at my earlier comment.  1.3.0 was listed in the cordova blog 
as the released version, doesn't this mean it is ready for prime time.



> inappbrowser defaults to 1.2.0
> --
>
> Key: CB-10677
> URL: https://issues.apache.org/jira/browse/CB-10677
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
>Reporter: Marc Luria
>Priority: Minor
>
> cordova plugin add cordova-plugin-inappbrowser 
> gives version 1.2.0 even though the latest release version is 1.3.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10677) inappbrowser defaults to 1.2.0

2016-03-03 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15178591#comment-15178591
 ] 

Marc Luria commented on CB-10677:
-

fine.  But in this case, the released version 1.0.3 (according to the blog)
is the latest version and not the pinned version.

I understand that you might want to have latest version in the repository
for testing, and only once it is released make it the pinned version.



On Thu, Mar 3, 2016 at 10:38 PM, Nikhil Khandelwal (JIRA) 



> inappbrowser defaults to 1.2.0
> --
>
> Key: CB-10677
> URL: https://issues.apache.org/jira/browse/CB-10677
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
>Reporter: Marc Luria
>Priority: Minor
>
> cordova plugin add cordova-plugin-inappbrowser 
> gives version 1.2.0 even though the latest release version is 1.3.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10677) inappbrowser defaults to 1.2.0

2016-03-03 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15178382#comment-15178382
 ] 

Marc Luria commented on CB-10677:
-

what happens now


> inappbrowser defaults to 1.2.0
> --
>
> Key: CB-10677
> URL: https://issues.apache.org/jira/browse/CB-10677
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
>Reporter: Marc Luria
>Priority: Minor
>
> cordova plugin add cordova-plugin-inappbrowser 
> gives version 1.2.0 even though the latest release version is 1.3.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-03-03 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15178381#comment-15178381
 ] 

Marc Luria commented on CB-10698:
-

so if it is triaged, then it is likely that someone will work on it?


> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>Assignee: Shazron Abdullah
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-02-29 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15172573#comment-15172573
 ] 

Marc Luria commented on CB-10698:
-

What does ios triaged mean?



> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10677) inappbrowser defaults to 1.2.0

2016-02-29 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15172572#comment-15172572
 ] 

Marc Luria commented on CB-10677:
-

Actually, I was referring more to the fact that on the cordova blog:

https://cordova.apache.org/news/2016/02/09/plugins-release.html

It said:

Plugins Release
By: Vladimir Kotikov
09 Feb 2016
The following plugins were updated today:

cordova-plugin file@4.1.1
cordova-plugin-inappbrowser@1.3.0
cordova-plugin-media@2.2.0
cordova-plugin-statusbar@2.1.1
cordova-plugin-spashscreen@3.2.0
cordova-plugin-wkwebviewengine@1.0.2

I assume that if it has been announced that there is a new version of a plugin, 
that means it has been released and pinned, and anyone adding it will get the 
new version the plugin.

Who decides these things?



> inappbrowser defaults to 1.2.0
> --
>
> Key: CB-10677
> URL: https://issues.apache.org/jira/browse/CB-10677
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
>Reporter: Marc Luria
>Priority: Minor
>
> cordova plugin add cordova-plugin-inappbrowser 
> gives version 1.2.0 even though the latest release version is 1.3.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10724) wkwebview causes keyboard to cause scrolling bug

2016-02-29 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15172284#comment-15172284
 ] 

Marc Luria commented on CB-10724:
-

What  does triaged mean?

On Monday, 29 February 2016, Nikhil Khandelwal (JIRA) 



> wkwebview causes keyboard to cause scrolling bug
> 
>
> Key: CB-10724
> URL: https://issues.apache.org/jira/browse/CB-10724
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Keyboard, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>  Labels: ios, triaged
>
> I saw a bug report that these things had been fixed in 
> Telerik-Verified-Plugins/WKWebView, but it seems like the cordova one was 
> more up to date, so I've tried cordova-plugin-wkwebview-engine along with 
> cordova-plugin-keyboard.
> In any case, as soon as I open the keyboard, the current window scrolls out 
> of view, and the textinput is no longer visible.  As soon as I hit a key, it 
> comes back into view.  After the keyboard is closed, the bottom of the screen 
> is now off by about 20 pixels, and never corrects itself.  It's a little 
> disconcerting, and may mean, I need to abandon wkwebview, and go back to the 
> old webview.
> I think I had a problem similar to this a couple years ago, Cordova people 
> told me it was due an apple bug.
> I've tried various combinations of   Keyboard.automaticScrollToTopOnHiding = 
> true; andKeyboard.disableScrollingInShrinkView(true); but to know 
> avail.  
> The Keyboard.hideFormAccessoryBar(true); does work.
> If I understand correctly, I can't use 
> https://github.com/Telerik-Verified-Plugins/WKWebView, since then I will need 
> to backtrack from cordova ios 4 to cordova ios3.
> Any ideas?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10724) wkwebview causes keyboard to cause scrolling bug

2016-02-29 Thread Marc Luria (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Luria updated CB-10724:

Description: 
I saw a bug report that these things had been fixed in 
Telerik-Verified-Plugins/WKWebView, but it seems like the cordova one was more 
up to date, so I've tried cordova-plugin-wkwebview-engine along with 
cordova-plugin-keyboard.

In any case, as soon as I open the keyboard, the current window scrolls out of 
view, and the textinput is no longer visible.  As soon as I hit a key, it comes 
back into view.  After the keyboard is closed, the bottom of the screen is now 
off by about 20 pixels, and never corrects itself.  It's a little 
disconcerting, and may mean, I need to abandon wkwebview, and go back to the 
old webview.

I think I had a problem similar to this a couple years ago, Cordova people told 
me it was due an apple bug.

I've tried various combinations of   Keyboard.automaticScrollToTopOnHiding = 
true; andKeyboard.disableScrollingInShrinkView(true); but to know 
avail.  

The Keyboard.hideFormAccessoryBar(true); does work.

If I understand correctly, I can't use 
https://github.com/Telerik-Verified-Plugins/WKWebView, since then I will need 
to backtrack from cordova ios 4 to cordova ios3.

Any ideas?


  was:
I saw a bug report that these things had been fixed in 
Telerik-Verified-Plugins/WKWebView, but it seems like the cordova one was more 
up to date, so I've tried cordova-plugin-wkwebview-engine along with 
cordova-plugin-keyboard.

In any case, as soon as I open the keyboard, the current window scrolls out of 
view, and the textinput is no longer visible.  As soon as I hit a key, it comes 
back into view.  After the keyboard is closed, the bottom of the screen is now 
off by about 20 pixels, and never corrects itself.  It's a little 
disconcerting, and may mean, I need to abandon wkwebview, and go back to the 
old webview.

I've tried various combinations of   Keyboard.automaticScrollToTopOnHiding = 
true; andKeyboard.disableScrollingInShrinkView(true); but to know 
avail.  

The Keyboard.hideFormAccessoryBar(true); does work.

Any ideas?



> wkwebview causes keyboard to cause scrolling bug
> 
>
> Key: CB-10724
> URL: https://issues.apache.org/jira/browse/CB-10724
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Keyboard, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>  Labels: ios
>
> I saw a bug report that these things had been fixed in 
> Telerik-Verified-Plugins/WKWebView, but it seems like the cordova one was 
> more up to date, so I've tried cordova-plugin-wkwebview-engine along with 
> cordova-plugin-keyboard.
> In any case, as soon as I open the keyboard, the current window scrolls out 
> of view, and the textinput is no longer visible.  As soon as I hit a key, it 
> comes back into view.  After the keyboard is closed, the bottom of the screen 
> is now off by about 20 pixels, and never corrects itself.  It's a little 
> disconcerting, and may mean, I need to abandon wkwebview, and go back to the 
> old webview.
> I think I had a problem similar to this a couple years ago, Cordova people 
> told me it was due an apple bug.
> I've tried various combinations of   Keyboard.automaticScrollToTopOnHiding = 
> true; andKeyboard.disableScrollingInShrinkView(true); but to know 
> avail.  
> The Keyboard.hideFormAccessoryBar(true); does work.
> If I understand correctly, I can't use 
> https://github.com/Telerik-Verified-Plugins/WKWebView, since then I will need 
> to backtrack from cordova ios 4 to cordova ios3.
> Any ideas?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10724) wkwebview causes keyboard to cause scrolling bug

2016-02-28 Thread Marc Luria (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Luria updated CB-10724:

Summary: wkwebview causes keyboard to cause scrolling bug  (was: wkwebview 
causes keyboard to cause scrolling)

> wkwebview causes keyboard to cause scrolling bug
> 
>
> Key: CB-10724
> URL: https://issues.apache.org/jira/browse/CB-10724
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Keyboard, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>  Labels: ios
>
> I saw a bug report that these things had been fixed in 
> Telerik-Verified-Plugins/WKWebView, but it seems like the cordova one was 
> more up to date, so I've tried cordova-plugin-wkwebview-engine along with 
> cordova-plugin-keyboard.
> In any case, as soon as I open the keyboard, the current window scrolls out 
> of view, and the textinput is no longer visible.  As soon as I hit a key, it 
> comes back into view.  After the keyboard is closed, the bottom of the screen 
> is now off by about 20 pixels, and never corrects itself.  It's a little 
> disconcerting, and may mean, I need to abandon wkwebview, and go back to the 
> old webview.
> I've tried various combinations of   Keyboard.automaticScrollToTopOnHiding = 
> true; andKeyboard.disableScrollingInShrinkView(true); but to know 
> avail.  
> The Keyboard.hideFormAccessoryBar(true); does work.
> Any ideas?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10724) wkwebview causes keyboard to cause scrolling

2016-02-28 Thread Marc Luria (JIRA)
Marc Luria created CB-10724:
---

 Summary: wkwebview causes keyboard to cause scrolling
 Key: CB-10724
 URL: https://issues.apache.org/jira/browse/CB-10724
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Keyboard, Plugin WKWebViewEngine
Affects Versions: 6.0.0
 Environment: ios
Reporter: Marc Luria


I saw a bug report that these things had been fixed in 
Telerik-Verified-Plugins/WKWebView, but it seems like the cordova one was more 
up to date, so I've tried cordova-plugin-wkwebview-engine along with 
cordova-plugin-keyboard.

In any case, as soon as I open the keyboard, the current window scrolls out of 
view, and the textinput is no longer visible.  As soon as I hit a key, it comes 
back into view.  After the keyboard is closed, the bottom of the screen is now 
off by about 20 pixels, and never corrects itself.  It's a little 
disconcerting, and may mean, I need to abandon wkwebview, and go back to the 
old webview.

I've tried various combinations of   Keyboard.automaticScrollToTopOnHiding = 
true; andKeyboard.disableScrollingInShrinkView(true); but to know 
avail.  

The Keyboard.hideFormAccessoryBar(true); does work.

Any ideas?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-02-25 Thread Marc Luria (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Luria updated CB-10698:

Description: 
In my app, I depend on the loadstart event during twitter login.  This works 
fine without wkwebview, but once I add this component, it stops working.  

I see an loadstart on the initial load, but after that, they stop coming.  

I tried this with console.log and with breakpoints in the debugger, but I was 
concerned that the loadstart was being missed, so I sent the messages to my 
server and logged them there.  It still didn't work.

The web pages load, during the twitter logon process, including a final page on 
my site, but no loadstart  (or loadstop or loaderror).  When I hit the done 
button, I get a loadstart for the last page that was visiting, but this is not 
really acceptable.

In the worst case, is there a workaround for this?



  was:
In my app, I depend on the loadstart event during twitter login.  This works 
fine without wkwebview, but once I add this component, it stops working.  

I see an loadstart, but after that, they stop coming.  

The web pages load, during the twitter logon process, including a final page on 
my site, but no loadstart  (or loadstop or loaderror).  When I hit the done 
button, I get a loadstart for the last page that was visiting, but this is not 
really acceptable.

In the worst case, is there a workaround for this?




> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10141) cdvfile:// urls will not work in WKWebViewEngine

2016-02-25 Thread Marc Luria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15167459#comment-15167459
 ] 

Marc Luria commented on CB-10141:
-

Is this something that can be fixed?  Or is it similar to the issue regading 
files outside of the index.html tree, it's just part of the way ios works.

Would a workaround with a local file server help?

> cdvfile:// urls will not work in WKWebViewEngine
> 
>
> Key: CB-10141
> URL: https://issues.apache.org/jira/browse/CB-10141
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File, Plugin WKWebViewEngine
>Reporter: Shazron Abdullah
>  Labels: wkwebview-known-issues
>
> This was handled in a NSURLProtocol (in the File plugin), which cannot 
> intercept WKWebView connections.
> This affects native URIs returned by the Camera and File plugins.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-02-25 Thread Marc Luria (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Luria updated CB-10698:

Component/s: Plugin WKWebViewEngine

> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart, but after that, they stop coming.  
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10698) loadstart on ios is not being sent in wkwebview

2016-02-25 Thread Marc Luria (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Luria updated CB-10698:

Summary: loadstart on ios is not being sent in wkwebview  (was: loadstart 
on ios is in being sent in wkwebview)

> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart, but after that, they stop coming.  
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10698) loadstart on ios is in being sent in wkwebview

2016-02-25 Thread Marc Luria (JIRA)
Marc Luria created CB-10698:
---

 Summary: loadstart on ios is in being sent in wkwebview
 Key: CB-10698
 URL: https://issues.apache.org/jira/browse/CB-10698
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 6.0.0
 Environment: ios
Reporter: Marc Luria


In my app, I depend on the loadstart event during twitter login.  This works 
fine without wkwebview, but once I add this component, it stops working.  

I see an loadstart, but after that, they stop coming.  

The web pages load, during the twitter logon process, including a final page on 
my site, but no loadstart  (or loadstop or loaderror).  When I hit the done 
button, I get a loadstart for the last page that was visiting, but this is not 
really acceptable.

In the worst case, is there a workaround for this?





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10677) inappbrowser defaults to 1.2.0

2016-02-23 Thread Marc Luria (JIRA)
Marc Luria created CB-10677:
---

 Summary: inappbrowser defaults to 1.2.0
 Key: CB-10677
 URL: https://issues.apache.org/jira/browse/CB-10677
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 6.0.0
Reporter: Marc Luria
Priority: Critical


cordova plugin add cordova-plugin-inappbrowser 

gives version 1.2.0 even though the latest release version is 1.3.0





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-10118) statusbar plugin crashes during startup

2015-12-02 Thread Marc Luria (JIRA)
Marc Luria created CB-10118:
---

 Summary: statusbar plugin crashes during startup
 Key: CB-10118
 URL: https://issues.apache.org/jira/browse/CB-10118
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Affects Versions: 5.4.1
Reporter: Marc Luria
 Fix For: 5.4.0


During startup, the plugin fails on the lines:

define = function (id, factory) {
if (modules[id]) {
throw "module " + id + " already defined";
}

modules[id] = {
id: id,
factory: factory
};
};

with the error Uncaught module cordova-plugin-statusbar.statusbar already 
defined

I've only tested this so far in the browser plugin, partly because it's 
difficult to set a breakpoint in ios or android.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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